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.
4 lines
125 B
JavaScript
4 lines
125 B
JavaScript
import {plain} from './helpers.js'
|
|
|
|
// Not much to do so far when there is only one type
|
|
export const number = plain(a => a)
|