source:
trip-planner-front/node_modules/is-unicode-supported/index.d.ts@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 243 bytes |
Line | |
---|---|
1 | /** |
2 | Detect whether the terminal supports Unicode. |
3 | |
4 | @example |
5 | ``` |
6 | import isUnicodeSupported = require('is-unicode-supported'); |
7 | |
8 | isUnicodeSupported(); |
9 | //=> true |
10 | ``` |
11 | */ |
12 | declare function isUnicodeSupported(): boolean; |
13 | |
14 | export = isUnicodeSupported; |
Note:
See TracBrowser
for help on using the repository browser.