Plumbingcompiler-utils v0.5.15PosOn this pagePos export interface Pos { column: number line: number } Position in a source file represented by a line number and a column number. Properties column column: number line line: number