routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { concatAll } from '../operators/concatAll';
|
||||
import { popScheduler } from '../util/args';
|
||||
import { from } from './from';
|
||||
export function concat(...args) {
|
||||
return concatAll()(from(args, popScheduler(args)));
|
||||
}
|
||||
//# sourceMappingURL=concat.js.map
|
||||
Reference in New Issue
Block a user