UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 246 B
import { from as fromStatic } from '../../iterable/from'; export declare namespace iterable { let from: typeof fromStatic; } declare module '../../iterable/iterablex' { namespace IterableX { export { fromStatic as from }; } }