ix
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const asynciterablex_1 = require("../../asynciterable/asynciterablex");
const first_1 = require("../../asynciterable/first");
function firstProto(predicate) {
return first_1.first(this, predicate);
}
exports.firstProto = firstProto;
asynciterablex_1.AsyncIterableX.prototype.first = firstProto;
//# sourceMappingURL=first.js.map