UNPKG

ix

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 300 B
import { IterableX } from '../../iterable/iterablex.mjs'; import { endWith } from '../../iterable/operators/endwith.mjs'; /** * @ignore */ export function endWithProto(...args) { return endWith(...args)(this); } IterableX.prototype.endWith = endWithProto; //# sourceMappingURL=endwith.mjs.map