aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/src/internal/util/not.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/src/internal/util/not.ts')
-rw-r--r--node_modules/rxjs/src/internal/util/not.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/node_modules/rxjs/src/internal/util/not.ts b/node_modules/rxjs/src/internal/util/not.ts
deleted file mode 100644
index 5e5d7e2..0000000
--- a/node_modules/rxjs/src/internal/util/not.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export function not<T>(pred: (value: T, index: number) => boolean, thisArg: any): (value: T, index: number) => boolean {
- return (value: T, index: number) => !pred.call(thisArg, value, index);
-} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage