kind-of
kind-of copied to clipboard
add support for 'bigint', fix deprecated Buffer constructor call
- add check for type being 'bigint'
- add test for 'bigint' if
BigInt
constructor exists (Node version 10+, I think) - change
new Buffer()
toBuffer.from('')
intest.js
and.verb.md
since the constructor call has been deprecated