UNPKG

pip-services4-persistence-node

Version:

Persistence Components for Pip.Services in Node.js / ES2017

9 lines (6 loc) 205 B
/** @module util */ /* The LineRange class defines a range of lines in a document with a starting and ending line number. */ export class LineRange { lineStart: number; lineEnd: number }