UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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