UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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