UNPKG

validate-chord

Version:

🎼 Validates a chord (scientific pitch notation) and throws errors if needed

18 lines (13 loc) • 242 B
'use strict'; exports.__esModule = true; exports.default = { '': 'major', major: 'major', maj: 'major', m: 'minor', min: 'minor', minor: 'minor', aug: 'augmented', dim: 'diminished' }; module.exports = exports['default'];