mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-26 21:54:13 +01:00
12 lines
280 B
TypeScript
12 lines
280 B
TypeScript
|
|
|
|
type TUnicodeMap = {[key:string]:string};
|
|
|
|
type TUnicodeSets = {[key:string]:Set<string>};
|
|
|
|
type TCodePoints = [[number,number]];
|
|
|
|
type TCodePointObj = {folded:string,composed:string,code_point:number}
|
|
|
|
type TSequencePart = {start:number,end:number,length:number,substr:string}
|