aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-unicode-supported/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-unicode-supported/index.d.ts')
-rw-r--r--node_modules/is-unicode-supported/index.d.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/is-unicode-supported/index.d.ts b/node_modules/is-unicode-supported/index.d.ts
deleted file mode 100644
index 944a878..0000000
--- a/node_modules/is-unicode-supported/index.d.ts
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
-Detect whether the terminal supports Unicode.
-
-@example
-```
-import isUnicodeSupported from 'is-unicode-supported';
-
-isUnicodeSupported();
-//=> true
-```
-*/
-export default function isUnicodeSupported(): boolean;