Irina Glushko 2389e7160b HW1 done | пре 3 година | |
---|---|---|
.. | ||
LICENSE-MIT.txt | пре 3 година | |
README.md | пре 3 година | |
index.js | пре 3 година | |
package.json | пре 3 година |
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.