@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
1 lines • 652 B
Source Map (JSON)
{"version":3,"sources":["add/iterable/from.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,IAAI,IAAI,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEzD,kBAAkB;AAClB,SAAS,CAAC,IAAI,GAAG,UAAU,CAAC","file":"from.js","sourcesContent":["import { IterableX } from '../../iterable/iterablex';\nimport { from as fromStatic } from '../../iterable/from';\n\n/** @nocollapse */\nIterableX.from = fromStatic;\n\nexport declare namespace iterable {\n let from: typeof fromStatic;\n}\n\ndeclare module '../../iterable/iterablex' {\n // eslint-disable-next-line no-shadow\n namespace IterableX {\n export { fromStatic as from };\n }\n}\n"]}