Allow just a plain function for when there are no dependencies, and allow an object with 'uses' and 'does' properties for the dependencies (optional) and implementation, respectively.
3 lines
84 B
JavaScript
3 lines
84 B
JavaScript
export { Types } from './Types/number.mjs'
|
|
|
|
export const negate = {number: n => -n}
|