export * from './Types/bigint.mjs' export const multiply = {'bigint,bigint': () => (a,b) => a*b}