pocomath/number/all.mjs

3 lines
66 B
JavaScript
Raw Normal View History

export {add} from './add.mjs'
export {negate} from './negate.mjs'