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