pocomath/bigint/BigInt.mjs

4 lines
102 B
JavaScript

import typed from 'typed-function'
typed.addType({name: 'bigint', test: b => typeof b === 'bigint'})