UNPKG

validate-chord

Version:

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

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