UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

1 lines 786 B
{"version":3,"sources":["add/iterable-operators/endwith.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAE3D;;GAEG;AACH,MAAM,UAAU,YAAY,CAAwB,GAAG,IAAS;IAC9D,OAAO,OAAO,CAAI,GAAG,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC;AACnC,CAAC;AAED,SAAS,CAAC,SAAS,CAAC,OAAO,GAAG,YAAY,CAAC","file":"endwith.js","sourcesContent":["import { IterableX } from '../../iterable/iterablex';\nimport { endWith } from '../../iterable/operators/endwith';\n\n/**\n * @ignore\n */\nexport function endWithProto<T>(this: IterableX<T>, ...args: T[]) {\n return endWith<T>(...args)(this);\n}\n\nIterableX.prototype.endWith = endWithProto;\n\ndeclare module '../../iterable/iterablex' {\n interface IterableX<T> {\n endWith: typeof endWithProto;\n }\n}\n"]}