import './BigInt.mjs' export const negate = {bigint: [[], b => -b ]}