File: decode-property-map.d.ts

package info (click to toggle)
node-unicode-data 1.6.11%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 656 kB
  • sloc: javascript: 1,699; makefile: 29; sh: 23
file content (5 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (2)
1
2
3
4
5
declare function decodePropertyMap(
	runs: Array<number | string>,
): Map<number, string>;

export = decodePropertyMap;