jccp_a/vuepress/node_modules/is-unicode-supported/index.d.ts
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

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;