UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

5 lines (4 loc) 147 B
export type AnyEventMap = { [eventName: string]: any; }; export type EventListener<E> = E extends undefined ? () => void : (event: E) => void;