UNPKG

cosa-nostra-backstabbers

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