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