UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

3 lines (2 loc) 135 B
import { IUnicastSource } from './unicast-source.type'; export declare function createUnicastSource<GValue>(): IUnicastSource<GValue>;