Upgrade Ava to v4
This commit is contained in:
parent
9a40cc5274
commit
ce89f1b611
1153 changed files with 27264 additions and 95308 deletions
6
node_modules/is-unicode-supported/index.d.ts
generated
vendored
6
node_modules/is-unicode-supported/index.d.ts
generated
vendored
|
|
@ -3,12 +3,10 @@ Detect whether the terminal supports Unicode.
|
|||
|
||||
@example
|
||||
```
|
||||
import isUnicodeSupported = require('is-unicode-supported');
|
||||
import isUnicodeSupported from 'is-unicode-supported';
|
||||
|
||||
isUnicodeSupported();
|
||||
//=> true
|
||||
```
|
||||
*/
|
||||
declare function isUnicodeSupported(): boolean;
|
||||
|
||||
export = isUnicodeSupported;
|
||||
export default function isUnicodeSupported(): boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue