frontend/.pnpm-store/v3/files/35/0f9cd1da888e0d8fadfe0a6388c5e640a56fdf35a8eb557dc960c61d7f56164bd76ec17044688f6e400ec76a78cef404379e02817d5a00524b5f939bb4566c

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;