📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 13:05:58
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
lines-and-columns
/
build
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/lines-and-columns/build
🔄 Refresh
✏️
Editing: index.d.ts
Writable
export declare type SourceLocation = { line: number; column: number; }; export declare class LinesAndColumns { private string; private offsets; constructor(string: string); locationForIndex(index: number): SourceLocation | null; indexForLocation(location: SourceLocation): number | null; private lengthOfLine; } export default LinesAndColumns;
💾 Save Changes
❌ Cancel