pocomath/src/bigint/isZero.mjs

4 lines
88 B
JavaScript

export * from './Types/bigint.mjs'
export const isZero = {bigint: () => b => b === 0n}