Initial commit: Book management system with Rust Loco backend and Vue 3 frontend
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { mergeMap } from './mergeMap';
|
||||
import { isFunction } from '../util/isFunction';
|
||||
export function concatMap(project, resultSelector) {
|
||||
return isFunction(resultSelector) ? mergeMap(project, resultSelector, 1) : mergeMap(project, 1);
|
||||
}
|
||||
//# sourceMappingURL=concatMap.js.map
|
||||
Reference in New Issue
Block a user