UNPKG

twelvetet-spn

Version:

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

10 lines (7 loc) 218 B
import { format, parse } from '../index' it('format should be a function', () => { expect(typeof format).toBe('function') }) it('parses should be a function', () => { expect(typeof parse).toBe('function') })