UNPKG

frontend-standards-checker

Version:

A comprehensive frontend standards validation tool with TypeScript support

6 lines 264 B
/** * Gets a specific line from a file (1-based index). * Returns undefined if the line or file does not exist. */ export declare function getLineFromFile(filePath: string, line: number): Promise<string | undefined>; //# sourceMappingURL=getLine.helper.d.ts.map