pocomath/src/bigint/Types/bigint.mjs

5 lines
93 B
JavaScript

export const Type_bigint = {
before: ['Complex'],
test: b => typeof b === 'bigint'
}