aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts')
-rw-r--r--node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts14
1 files changed, 0 insertions, 14 deletions
diff --git a/node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts b/node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts
deleted file mode 100644
index 9e8339d..0000000
--- a/node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-import { TimestampProvider } from '../types';
-
-interface DateTimestampProvider extends TimestampProvider {
- delegate: TimestampProvider | undefined;
-}
-
-export const dateTimestampProvider: DateTimestampProvider = {
- now() {
- // Use the variable rather than `this` so that the function can be called
- // without being bound to the provider.
- return (dateTimestampProvider.delegate || Date).now();
- },
- delegate: undefined,
-};
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage