UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

1 lines 592 B
{"version":3,"sources":["add/iterable/empty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,KAAK,IAAI,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAE5D,kBAAkB;AAClB,SAAS,CAAC,KAAK,GAAG,WAAW,CAAC","file":"empty.js","sourcesContent":["import { IterableX } from '../../iterable/iterablex';\nimport { empty as emptyStatic } from '../../iterable/empty';\n\n/** @nocollapse */\nIterableX.empty = emptyStatic;\n\ndeclare module '../../iterable/iterablex' {\n // eslint-disable-next-line no-shadow\n namespace IterableX {\n export let empty: typeof emptyStatic;\n }\n}\n"]}