UNPKG

@amplitude/ampli

Version:

Amplitude CLI

9 lines (8 loc) 194 B
export default class RowColumnInfo { private readonly rowStartIndexes; constructor(text: string); atIndex(charIndex: number): { row: number; column: number; }; }