You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ecommerce_docker/frontend_server/node_modules/unicode-canonical-property-...
sigonasr2 ff7945a554 Create Docker app with frontend,backend,database modules 5 years ago
..
LICENSE-MIT.txt Create Docker app with frontend,backend,database modules 5 years ago
README.md Create Docker app with frontend,backend,database modules 5 years ago
index.js Create Docker app with frontend,backend,database modules 5 years ago
package.json Create Docker app with frontend,backend,database modules 5 years ago

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.