@libraz/libcantus - v1.1.0
    Preparing search index...

    Type Alias ChordLike

    ChordLike: string | ChordData | { toJSON(): ChordData }

    Anything that names a chord: a chord symbol, plain chord data, or a value that serializes to chord data such as the Chord class.

    Type Declaration