UNPKG

chordproject-parser

Version:

A TypeScript library for parsing and formatting ChordPro songs.

7 lines (6 loc) 170 B
export declare class TimeSignature { topNumber: number; bottomNumber: number; constructor(topNumber: number, bottomNumber: number); toString(): string; }