Initial commit: Book management system with Rust Loco backend and Vue 3 frontend
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
export function getSymbolIterator() {
|
||||
if (typeof Symbol !== 'function' || !Symbol.iterator) {
|
||||
return '@@iterator';
|
||||
}
|
||||
return Symbol.iterator;
|
||||
}
|
||||
export var iterator = getSymbolIterator();
|
||||
//# sourceMappingURL=iterator.js.map
|
||||
Reference in New Issue
Block a user