Closed dsernst closed 2 years ago
This adds .toString() as an alias of .toHex(), so that points can be automatically stringified when passed to console.log(), or .join() over an array of them, etc.
.toString()
.toHex()
console.log()
.join()
This adds
.toString()
as an alias of.toHex()
, so that points can be automatically stringified when passed toconsole.log()
, or.join()
over an array of them, etc.