chordproject-parser
Version:
A TypeScript library for parsing and formatting ChordPro songs.
6 lines (5 loc) • 322 B
TypeScript
export { LyricsSection as Lyrics } from "./LyricsSection";
export { SimpleLyricsSection as SimpleLyrics } from "./SimpleLyricsSection";
export { LyricsSectionBase as LyricsBase, LyricsType } from "./LyricsSectionBase";
export { Section, SectionType } from "./Section";
export { TabsSection as Tabs } from "./TabsSection";