UNPKG

validate-chord

Version:

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

14 lines (10 loc) • 160 B
export default { '': 'major', major: 'major', maj: 'major', m: 'minor', min: 'minor', minor: 'minor', aug: 'augmented', dim: 'diminished' };