UNPKG

chordproject-parser

Version:

A TypeScript library for parsing and formatting ChordPro songs.

6 lines (5 loc) 117 B
import { Line } from "./Line"; export declare class EmptyLine extends Line { clone(): Line; constructor(); }