UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

1 lines 702 B
{"version":3,"sources":["add/asynciterable/from.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,IAAI,IAAI,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAE9D,kBAAkB;AAClB,cAAc,CAAC,IAAI,GAAG,UAAU,CAAC","file":"from.js","sourcesContent":["import { AsyncIterableX } from '../../asynciterable/asynciterablex';\nimport { from as fromStatic } from '../../asynciterable/from';\n\n/** @nocollapse */\nAsyncIterableX.from = fromStatic;\n\nexport declare namespace asynciterable {\n let from: typeof fromStatic;\n}\n\ndeclare module '../../asynciterable/asynciterablex' {\n // eslint-disable-next-line no-shadow\n namespace AsyncIterableX {\n export { fromStatic as from };\n }\n}\n"]}