3.0.0 • Published 7 years ago

unicode-canonical-property-names v3.0.0

Weekly downloads
3,796
License
MIT
Repository
github
Last release
7 years ago

unicode-canonical-property-names Build status

unicode-canonical-property-names exports the set of canonical property names in Unicode.

For the subset used by Unicode RegExp property escapes in ECMAScript, see unicode-canonical-property-names-ecmascript.

Installation

To use unicode-canonical-property-names, install it as a dependency via npm:

$ npm install unicode-canonical-property-names

Then, require it:

const properties = require('unicode-canonical-property-names');

Example

properties.has('ISO_Comment');
// → true
properties.has('isc');
// → false

Author

twitter/mathias
Mathias Bynens

License

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

3.0.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago