UNPKG

@swdotcom/editor-flow

Version:
7 lines (6 loc) 137 B
export default class FileStatInfo { fileName: string = ''; languageId: string = ''; length: number = 0; lineCount: number = 0; }