UNPKG

@ozarkoc/chordpro-parser

Version:

A browser-friendly bundled version of chordproject-parser

8 lines (7 loc) 183 B
import { Line } from "./Line"; export declare class CommentLine extends Line { clone(): Line; get comment(): string; private _comment; constructor(comment: string); }