UNPKG

@mutasim77/loc-counter

Version:

A powerful lines of code counter with detailed statistics

8 lines (7 loc) 292 B
export interface FileFilterOptions { exclude: string[]; include: string[]; useGitignore: boolean; } export declare function getFilePaths(directory: string, options: FileFilterOptions): Promise<string[]>; export declare function readFileContent(filePath: string): Promise<string>;