protected constructor()

in src/writer/writer.ts [6:8]


    protected constructor(logger: Logger) {
        this._logger = logger;
    }