Files
iTop/node_modules/@orchidjs/unicode-variants/lib/index.d.ts
Benjamin Dalsass b35151f421 N°7063 - Forms SDK - Add Symfony forms component
error forms issue
2023-12-20 14:26:31 +01:00

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}