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, 4 insertions, 0 deletions
diff --git a/node_modules/boolean/lib/index.ts b/node_modules/boolean/lib/index.ts
new file mode 100644
index 0000000..0388edc
--- /dev/null
+++ b/node_modules/boolean/lib/index.ts
@@ -0,0 +1,4 @@
+import { boolean } from './boolean';
+import { isBooleanable } from './isBooleanable';
+
+export { boolean, isBooleanable };