UNPKG

la-cosa-nostra

Version:

A Mafia bot designed to run in Discord - beware the traitors and the lies!

6 lines (4 loc) 132 B
// To convert Infinity to a string module.exports = function (key, value) { return value === Infinity ? "__Infinity" : value; };