Initial commit: Book management system with Rust Loco backend and Vue 3 frontend
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { mergeMap } from './mergeMap';
|
||||
import { identity } from '../util/identity';
|
||||
export function mergeAll(concurrent) {
|
||||
if (concurrent === void 0) { concurrent = Infinity; }
|
||||
return mergeMap(identity, concurrent);
|
||||
}
|
||||
//# sourceMappingURL=mergeAll.js.map
|
||||
Reference in New Issue
Block a user