This website requires JavaScript.
Explore
Help
Sign in
StudioInfinity
/
nanomath
Watch
2
Star
0
Fork
You've already forked nanomath
0
Code
Issues
9
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
14011984a0
nanomath
/
src
/
number
/
utils.js
4 lines
71 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor: Switch to 'map-like object keyed by string and type vector' format See https://code.studioinfinity.org/glen/nanomath/wiki/Item-Specifications. Also stubs out the TypeDispatcher, mocking the merge function, so we can see that all of the proper things will be added. Ready for initial implementation of the TypeDispatcher.
2025-04-02 11:22:53 -07:00
import
{
plain
}
from
'./helpers.js'
feat: add type definition and other function categories for number
2025-03-30 20:00:07 -07:00
export
const
clone
=
plain
(
a
=>
a
)
Reference in a new issue
Copy permalink