UNPKG

onsong

Version:

A JavaScript library for parsing and formatting chord sheets in the OnSong File Format.

7 lines (6 loc) 116 B
module.exports = class Section { constructor({ name, items }) { this.name = name this.items = items } }