pocomath/src/bigint/negate.mjs

4 lines
88 B
JavaScript

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