4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
|
import typed from 'typed-function'
|
||
|
|
||
|
typed.addType({name: 'bigint', test: b => typeof b === 'bigint'})
|