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

13 lines
214 B
Plaintext

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