of.ts 93 Bytes Edit Raw Blame History Permalink 1 2 3 import { ArrayObservable } from './ArrayObservable'; export const of = ArrayObservable.of;