summaryrefslogtreecommitdiff
path: root/node_modules/boolean/build/lib/isBooleanable.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/boolean/build/lib/isBooleanable.d.ts')
-rw-r--r--node_modules/boolean/build/lib/isBooleanable.d.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/node_modules/boolean/build/lib/isBooleanable.d.ts b/node_modules/boolean/build/lib/isBooleanable.d.ts
deleted file mode 100644
index d87ce7c..0000000
--- a/node_modules/boolean/build/lib/isBooleanable.d.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-declare const isBooleanable: (value: any) => boolean;
-export { isBooleanable };