constructor()

in src/stats.ts [108:111]


    constructor(fileName: string) {
        this.fileName = fileName;
        this.read();
    }