UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

7 lines (6 loc) 90 B
export class IdProvider { id = 1; next() { return `${this.id++}`; } }