Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export const getChordNames = () => (chords().map(chord => ({ name: chord, label: chord })));
Create music with JavaScript and Node.js!