pocomath/src/bigint/one.mjs

4 lines
80 B
JavaScript

export * from './Types/bigint.mjs'
export const one = {bigint: () => () => 1n}