UNPKG

cmetrix

Version:

CLI to build code metrics charts for your projects

8 lines (7 loc) 191 B
interface TerminalProgressCreation { title: string; silent?: boolean; total: number; } export declare function createProgress(creation: TerminalProgressCreation): any; export {};