UNPKG
@perion/core
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A library with the core utils for netcode development in Node.js
@perion/core
/
src
/
mixins
/
bigint.js
3 lines
•
79 B
JavaScript
View Raw
1
2
3
BigInt
.
prototype
.
toJSON
=
function
(
) {
return
`bigint;
${
this
.toString()}
n`
; }