Update dependencies
This commit is contained in:
parent
48e8c8a1af
commit
95d054f9b4
7555 changed files with 144369 additions and 196135 deletions
14
node_modules/is-unicode-supported/index.d.ts
generated
vendored
14
node_modules/is-unicode-supported/index.d.ts
generated
vendored
|
@ -1,14 +0,0 @@
|
|||
/**
|
||||
Detect whether the terminal supports Unicode.
|
||||
|
||||
@example
|
||||
```
|
||||
import isUnicodeSupported = require('is-unicode-supported');
|
||||
|
||||
isUnicodeSupported();
|
||||
//=> true
|
||||
```
|
||||
*/
|
||||
declare function isUnicodeSupported(): boolean;
|
||||
|
||||
export = isUnicodeSupported;
|
Loading…
Add table
Add a link
Reference in a new issue