UNPKG

ix

Version:

The Interactive Extensions for JavaScript

13 lines (11 loc) 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.delayProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const delay_js_1 = require("../../asynciterable/operators/delay.js"); function delayProto(dueTime) { return new delay_js_1.DelayAsyncIterable(this, dueTime); } exports.delayProto = delayProto; asynciterablex_js_1.AsyncIterableX.prototype.delay = delayProto; //# sourceMappingURL=delay.js.map