3 lines
69 B
JavaScript
3 lines
69 B
JavaScript
|
import './BigInt.mjs'
|
||
|
export const negate = {bigint: [[], b => -b ]}
|