pocomath/src/bigint/negate.mjs

4 lines
82 B
JavaScript

export * from './Types/bigint.mjs'
export const negate = {bigint: () => b => -b}