Type Alias: CommaSegment
CommaSegment =
Readonly<{end:number;start:number;text:string; }>
Defined in: _internal/font-analysis.ts:6
Parsed comma-separated token with source index boundaries.
CommaSegment =
Readonly<{end:number;start:number;text:string; }>
Defined in: _internal/font-analysis.ts:6
Parsed comma-separated token with source index boundaries.