it accepts anything passing the check Number.isSafeInteger.
Number.isSafeInteger
import * as x from 'unhoax'x.integer.parse(1) // { success: true, value: 1 } Copy
import * as x from 'unhoax'x.integer.parse(1) // { success: true, value: 1 }
it accepts anything passing the check
Number.isSafeInteger
.