HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/nodejs/is-unicode-supported/
Upload File :
Current File : //proc/1991111/root/usr/share/nodejs/is-unicode-supported/index.d.ts
/**
Detect whether the terminal supports Unicode.

@example
```
import isUnicodeSupported = require('is-unicode-supported');

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

export = isUnicodeSupported;