UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

5 lines (4 loc) 130 B
import {fromArray} from "../../iterable/from-array/from-array.mjs"; export function of(...values) { return fromArray(values); }