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 { popScheduler } from '../util/args';
|
||||
import { from } from './from';
|
||||
export function of(...args) {
|
||||
const scheduler = popScheduler(args);
|
||||
return from(args, scheduler);
|
||||
}
|
||||
//# sourceMappingURL=of.js.map
|
||||
Reference in New Issue
Block a user