UNPKG

aureooms-js-number

Version:

Primitive number type arithmetic for JavaScript

2 lines (1 loc) 40 B
export const sub = ( a , b ) => a - b ;