Files
n8n-nodes-gwezz-changdunovel/node_modules/is-unicode-supported/index.d.ts
2025-10-26 23:10:15 +08:00

13 lines
214 B
TypeScript

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