UNPKG

ix

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 515 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.debounceProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const debounce_js_1 = require("../../asynciterable/operators/debounce.js"); /** * @ignore */ function debounceProto(time) { return (0, debounce_js_1.debounce)(time)(this); } exports.debounceProto = debounceProto; asynciterablex_js_1.AsyncIterableX.prototype.debounce = debounceProto; //# sourceMappingURL=debounce.js.map