routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import { popScheduler } from '../util/args';
|
||||
import { from } from './from';
|
||||
export function of() {
|
||||
var args = [];
|
||||
for (var _i = 0; _i < arguments.length; _i++) {
|
||||
args[_i] = arguments[_i];
|
||||
}
|
||||
var scheduler = popScheduler(args);
|
||||
return from(args, scheduler);
|
||||
}
|
||||
//# sourceMappingURL=of.js.map
|
||||
Reference in New Issue
Block a user