source: trip-planner-front/node_modules/is-unicode-supported/index.d.ts@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 243 bytes
Line 
1/**
2Detect whether the terminal supports Unicode.
3
4@example
5```
6import isUnicodeSupported = require('is-unicode-supported');
7
8isUnicodeSupported();
9//=> true
10```
11*/
12declare function isUnicodeSupported(): boolean;
13
14export = isUnicodeSupported;
Note: See TracBrowser for help on using the repository browser.