pocomath/src/bigint/add.mjs

4 lines
93 B
JavaScript

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