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