summaryrefslogtreecommitdiff
path: root/node_modules/boolean/lib/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/boolean/lib/index.ts')
-rw-r--r--node_modules/boolean/lib/index.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/boolean/lib/index.ts b/node_modules/boolean/lib/index.ts
deleted file mode 100644
index 0388edc..0000000
--- a/node_modules/boolean/lib/index.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-import { boolean } from './boolean';
-import { isBooleanable } from './isBooleanable';
-
-export { boolean, isBooleanable };