UNPKG

twelvetet-spn

Version:

Scientific pitch notation parser/formatter for Node.js and the browser

5 lines (4 loc) 112 B
/** @module twelvetet-spn */ import format from './format' import parse from './parse' export { format, parse }