芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/medicine.joruridoctor.com/node_modules/rxjs/dist/esm/internal/observable/of.js
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