export {Types} from './Types/bigint.mjs' export const add = { '...bigint': [[], addends => addends.reduce((x,y) => x+y, 0n)], }