UNPKG

validate-note

Version:

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

5 lines (4 loc) • 163 B
"use strict"; exports.__esModule = true; exports.default = ["C", "C#", "D", "D#", "E", "F", "F#", "G", "G#", "A", "A#", "B"]; module.exports = exports["default"];