first commit
This commit is contained in:
14
app_vue/node_modules/is-unicode-supported/index.d.ts
generated
vendored
Normal file
14
app_vue/node_modules/is-unicode-supported/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
Detect whether the terminal supports Unicode.
|
||||
|
||||
@example
|
||||
```
|
||||
import isUnicodeSupported = require('is-unicode-supported');
|
||||
|
||||
isUnicodeSupported();
|
||||
//=> true
|
||||
```
|
||||
*/
|
||||
declare function isUnicodeSupported(): boolean;
|
||||
|
||||
export = isUnicodeSupported;
|
Reference in New Issue
Block a user