ix
Version:
The Interactive Extensions for JavaScript
13 lines (11 loc) • 517 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.takeWhileProto = void 0;
const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js");
const takewhile_js_1 = require("../../asynciterable/operators/takewhile.js");
function takeWhileProto(predicate) {
return (0, takewhile_js_1.takeWhile)(predicate)(this);
}
exports.takeWhileProto = takeWhileProto;
asynciterablex_js_1.AsyncIterableX.prototype.takeWhile = takeWhileProto;
//# sourceMappingURL=takewhile.js.map