@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
1 lines • 729 B
Source Map (JSON)
{"version":3,"sources":["add/asynciterable/concat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAEpE,kBAAkB;AAClB,cAAc,CAAC,MAAM,GAAG,YAAY,CAAC","file":"concat.js","sourcesContent":["import { AsyncIterableX } from '../../asynciterable/asynciterablex';\nimport { concat as concatStatic } from '../../asynciterable/concat';\n\n/** @nocollapse */\nAsyncIterableX.concat = concatStatic;\n\nexport declare namespace asynciterable {\n let concat: typeof concatStatic;\n}\n\ndeclare module '../../asynciterable/asynciterablex' {\n // eslint-disable-next-line no-shadow\n namespace AsyncIterableX {\n export let concat: typeof concatStatic;\n }\n}\n"]}