UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

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