UNPKG

eslint-config-lemon

Version:

<div align="center"> <br> <img width="400" src="logo.svg"> <br> <br> </div>

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