UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

7 lines (6 loc) 131 B
export declare class Stopwatch { private start; private constructor(); static start(): Stopwatch; lap(): number; }