UNPKG

validate-note

Version:

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

12 lines (9 loc) • 100 B
export default [ `C`, `C#`, `D`, `D#`, `E`, `F`, `F#`, `G`, `G#`, `A`, `A#`, `B` ];