constructor()

in src/meter/timer.ts [10:12]


    constructor(id: Id, writer: WriterUnion = new_writer("none")) {
        super(id, writer, "t");
    }