UNPKG

twelvetet-spn

Version:

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

2 lines (1 loc) 100 B
export default value => typeof value === 'number' && isFinite(value) && Math.floor(value) === value