Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
Detect whether the terminal supports Unicode.
|
||||
|
||||
@example
|
||||
```
|
||||
import isUnicodeSupported = require('is-unicode-supported');
|
||||
|
||||
isUnicodeSupported();
|
||||
//=> true
|
||||
```
|
||||
*/
|
||||
declare function isUnicodeSupported(): boolean;
|
||||
|
||||
export = isUnicodeSupported;
|
||||
Reference in New Issue
Block a user