UNPKG

ix

Version:

The Interactive Extensions for JavaScript

15 lines (13 loc) 399 B
import { __awaiter } from "tslib"; import { AsyncIterableX } from '../../asynciterable/asynciterablex.mjs'; import { last } from '../../asynciterable/last.mjs'; /** * @ignore */ export function lastProto(options) { return __awaiter(this, void 0, void 0, function* () { return last(this, options); }); } AsyncIterableX.prototype.last = lastProto; //# sourceMappingURL=last.mjs.map