constructor()

in src/meter/monotonic_counter.ts [11:13]


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