astro-ghostcms/.pnpm-store/v3/files/35/0f9cd1da888e0d8fadfe0a6388c...

13 lines
214 B
Plaintext
Raw Normal View History

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