UNPKG

cbon

Version:
14 lines (13 loc) 266 B
export class TkPos { constructor(count, char, line) { this.count = count; this.char = char; this.line = line; } } export class TkRange { constructor(from, to) { this.from = from; this.to = to; } }