UNPKG

@perion/core

Version:

A library with the core utils for netcode development in Node.js

3 lines 79 B
BigInt.prototype.toJSON = function() { return `bigint;${this.toString()}n`; }