feat: add type definition and other function categories for number

This commit is contained in:
Glen Whitney 2025-03-30 20:00:07 -07:00
parent 183a894868
commit 040ec377a1
8 changed files with 26 additions and 6 deletions

4
src/number/all.js Normal file
View file

@ -0,0 +1,4 @@
export * as typeDefinition from './Number.js'
export * as arithmetic from './arithmetic.js'
export * as type from './type.js'
export * as utils from './utils.js'