UNPKG

@felixgeelhaar/cclint

Version:

A comprehensive linter for CLAUDE.md files with multi-language code block validation

8 lines 237 B
export declare class Location { readonly line: number; readonly column: number; constructor(line: number, column: number); toString(): string; equals(other: Location): boolean; } //# sourceMappingURL=Location.d.ts.map