UNPKG

jscrs

Version:
8 lines (7 loc) 153 B
export interface IReport { extname?: string; filePath?: string; length: number; commentLength: number; commentRate: string; }