GT2/Ejectable/node_modules/unicode-canonical-property-...
Ren Juan 06c1a5835d set clean start from expo 4.10 2021-08-16 00:14:59 +00:00
..
LICENSE-MIT.txt set clean start from expo 4.10 2021-08-16 00:14:59 +00:00
README.md set clean start from expo 4.10 2021-08-16 00:14:59 +00:00
index.js set clean start from expo 4.10 2021-08-16 00:14:59 +00:00
package.json set clean start from expo 4.10 2021-08-16 00:14:59 +00:00

README.md

unicode-canonical-property-names-ecmascript Build status

unicode-canonical-property-names-ecmascript exports the set of canonical Unicode property names that are supported in ECMAScript RegExp property escapes.

Installation

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');

Example

properties.has('ID_Start');
// → true
properties.has('IDS');
// → false

Author

twitter/mathias
Mathias Bynens

License

unicode-canonical-property-names-ecmascript is available under the MIT license.