chordproject-parser
Version:
A TypeScript library for parsing and formatting ChordPro songs.
8 lines (7 loc) • 313 B
TypeScript
export { Chord } from "./Chord";
export { Key } from "./Key";
export { MusicNote, MusicAccidental, MusicLetter } from "./MusicNote";
export { Song } from "./Song";
export { TimeSignature } from "./TimeSignature";
export { ChordDiagram } from "./ChordDiagram";
export { ChordLyricsPair } from "./ChordLyricsPair";