export * from './Types/number.mjs' export const multiply = {'number,number': () => (m,n) => m*n}