lihai 8d6c751f49 feat: push | před 2 roky | |
---|---|---|
.. | ||
Binary_Property | před 2 roky | |
General_Category | před 2 roky | |
Script | před 2 roky | |
Script_Extensions | před 2 roky | |
LICENSE-MIT.txt | před 2 roky | |
README.md | před 2 roky | |
index.js | před 2 roky | |
package.json | před 2 roky | |
unicode-version.js | před 2 roky |
regenerate-unicode-properties is a collection of Regenerate sets for various Unicode properties.
To use regenerate-unicode-properties programmatically, install it as a dependency via npm:
$ npm install regenerate-unicode-properties
To get a map of supported properties and their values:
const properties = require('regenerate-unicode-properties');
To get a specific Regenerate set:
// Examples:
const Lu = require('regenerate-unicode-properties/General_Category/Uppercase_Letter.js');
const Greek = require('regenerate-unicode-properties/Script_Extensions/Greek.js');
To get the Unicode version the data was based on:
const unicodeVersion = require('regenerate-unicode-properties/unicode-version.js');
Mathias Bynens |
regenerate-unicode-properties is available under the MIT license.