nanomath/src/number/Number.js

4 lines
62 B
JavaScript
Raw Normal View History

export const Number = {
test: n => typeof n === 'number'
}