unicode-canonical-property-names

The set of canonical property names in Unicode.

MIT 7 个版本
安装
npm install unicode-canonical-property-names
yarn add unicode-canonical-property-names
pnpm add unicode-canonical-property-names
bun add unicode-canonical-property-names
README

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 2017-04-15
2.0.2 2017-04-15
2.0.1 2017-04-15
2.0.0 2017-04-15
1.0.3 2017-03-08
1.0.2 2016-11-18
1.0.1 2016-06-08