aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js')
-rw-r--r--node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js b/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js
deleted file mode 100644
index e91124d..0000000
--- a/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js
+++ /dev/null
@@ -1,13 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.throttleTime = void 0;
-var async_1 = require("../scheduler/async");
-var throttle_1 = require("./throttle");
-var timer_1 = require("../observable/timer");
-function throttleTime(duration, scheduler, config) {
- if (scheduler === void 0) { scheduler = async_1.asyncScheduler; }
- var duration$ = timer_1.timer(duration, scheduler);
- return throttle_1.throttle(function () { return duration$; }, config);
-}
-exports.throttleTime = throttleTime;
-//# sourceMappingURL=throttleTime.js.map \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage