pocomath/src/bigint/Types/bigint.mjs

4 lines
72 B
JavaScript

export const Types = {
bigint: {test: b => typeof b === 'bigint'}
}