horse-betting/btc-ui-app-2/node_modules/is-unicode-supported/index.d.ts
2025-06-19 16:39:08 +05:30

13 lines
214 B
TypeScript

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