feat: add type definition and other function categories for number
This commit is contained in:
parent
183a894868
commit
040ec377a1
8 changed files with 26 additions and 6 deletions
7
src/nanomath.js
Normal file
7
src/nanomath.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import {numbers} from './numbers.js'
|
||||
|
||||
for (const key in numbers) {
|
||||
for (const subkey in numbers[key]) {
|
||||
console.log(`${key}.${subkey} =`, numbers[key][subkey])
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue