export { Types } from './Types/number.mjs' export const negate = {number: n => -n}