aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-unicode-supported/index.d.ts
blob: 944a8783eba3c7974815646c109a38da698b44c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
Detect whether the terminal supports Unicode.

@example
```
import isUnicodeSupported from 'is-unicode-supported';

isUnicodeSupported();
//=> true
```
*/
export default function isUnicodeSupported(): boolean;