aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm/internal/observable/of.js
blob: 711d706e76e9c7cdbbbd8b29bfb91e2c7d9fffa7 (plain) (blame)
1
2
3
4
5
6
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage