NET-Web-API-w-Angular/my-app/node_modules/is-unicode-supported/index.d.ts

13 lines
214 B
TypeScript
Raw Normal View History

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