UNPKG

@mutasim77/loc-counter

Version:

A powerful lines of code counter with detailed statistics

9 lines (8 loc) 187 B
export interface CliOptions { dir: string; exclude: string[]; include: string[]; ignoregit: boolean; verbose: boolean; } export declare function run(): Promise<void>;