UNPKG

text-manipulation

Version:

A NPM library that assists in text range manipulation

5 lines (4 loc) 94 B
export declare class TextPosition { readonly column: number; readonly line: number; }