UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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