![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | Binary_Property/ | 2 years ago | - | |
![]() | General_Category/ | 2 years ago | - | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | Script/ | 2 years ago | - | |
![]() | Script_Extensions/ | 2 years ago | - | |
![]() | unicode-version.js | 2 years ago | 27 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | LICENSE-MIT.txt | 2 years ago | 1.1K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | README.md | 2 years ago | 1.4K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | package.json | 2 years ago | 2.1K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | index.js | 2 years ago | 6.3K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
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.