package.Script_Extensions.SignWriting.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of regenerate-unicode-properties Show documentation
Show all versions of regenerate-unicode-properties Show documentation
Regenerate sets for Unicode properties and values.
The newest version!
const set = require('regenerate')();
set.addRange(0x1D800, 0x1DA8B).addRange(0x1DA9B, 0x1DA9F).addRange(0x1DAA1, 0x1DAAF);
exports.characters = set;