kind-of icon indicating copy to clipboard operation
kind-of copied to clipboard

add support for 'bigint', fix deprecated Buffer constructor call

Open julianjensen opened this issue 3 years ago • 0 comments

  • add check for type being 'bigint'
  • add test for 'bigint' if BigInt constructor exists (Node version 10+, I think)
  • change new Buffer() to Buffer.from('') in test.js and .verb.md since the constructor call has been deprecated

julianjensen avatar Mar 05 '21 16:03 julianjensen