UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 257 B
import { of as ofStatic } from '../../asynciterable/of'; export declare namespace asynciterable { let of: typeof ofStatic; } declare module '../../asynciterable/asynciterablex' { namespace AsyncIterableX { export { ofStatic as of }; } }