![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | LICENSE-MIT.txt | 7 years ago | 1.1K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
![]() | README.md | 7 years ago | 1.2K | f12eb36 documentaiton updates [كارل مبارك] |
![]() | index.js | 7 years ago | 1.1K | |
![]() | package.json | 2 years ago | 2.0K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
unicode-canonical-property-names-ecmascript exports the set of canonical Unicode property names that are supported in ECMAScript RegExp property escapes.
To use unicode-canonical-property-names-ecmascript, install it as a dependency via npm:
$ npm install unicode-canonical-property-names-ecmascript
Then, require
it:
const properties = require('unicode-canonical-property-names-ecmascript');
properties.has('ID_Start');
// → true
properties.has('IDS');
// → false
Mathias Bynens |
unicode-canonical-property-names-ecmascript is available under the MIT license.