gui/ui/node_modules.bak/is-unicode-supported/index.d.ts

13 lines
214 B
TypeScript
Raw Permalink Normal View History

/**
Detect whether the terminal supports Unicode.
@example
```
import isUnicodeSupported from 'is-unicode-supported';
isUnicodeSupported();
//=> true
```
*/
export default function isUnicodeSupported(): boolean;