aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js')
-rw-r--r--node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js b/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js
deleted file mode 100644
index 56f8bbb..0000000
--- a/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js
+++ /dev/null
@@ -1,15 +0,0 @@
-export const timeoutProvider = {
- setTimeout(handler, timeout, ...args) {
- const { delegate } = timeoutProvider;
- if (delegate === null || delegate === void 0 ? void 0 : delegate.setTimeout) {
- return delegate.setTimeout(handler, timeout, ...args);
- }
- return setTimeout(handler, timeout, ...args);
- },
- clearTimeout(handle) {
- const { delegate } = timeoutProvider;
- return ((delegate === null || delegate === void 0 ? void 0 : delegate.clearTimeout) || clearTimeout)(handle);
- },
- delegate: undefined,
-};
-//# sourceMappingURL=timeoutProvider.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