UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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