frontend/.pnpm-store/v3/files/45/cde937d044cbb253ea837c3a2092a22157794aef7670e6456da7da354f33fef4c65fe1abdf53a66dd373a18fdbf5eb740a4b8f12468617f9cb3b2a5f4c8b12

7 lines
214 B
Plaintext

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