nanomath/src/package.json
Glen Whitney 0765ba7202
All checks were successful
/ test (push) Successful in 17s
feat: Add return typing strategies and implement sqrt with them (#26)
Resolves #25

Reviewed-on: #26
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
2025-04-28 16:29:33 +00:00

11 lines
295 B
JSON

{
"imports" : {
"#nanomath": "./nanomath.js",
"#core/*.js": "./core/*.js",
"#boolean/*.js": "./boolean/*.js",
"#complex/*.js": "./complex/*.js",
"#generic/*.js": "./generic/*.js",
"#number/*.js": "./number/*.js"
},
"type" : "module"
}