UNPKG

@unicode/unicode-15.0.0

Version:

JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v15.0.0’s categories, scripts, blocks, bidi, and other properties.

6 lines (4 loc) 120 B
declare function decodePropertyMap( runs: Array<number | string>, ): Map<number, string>; export = decodePropertyMap;