Sha256: fd918b7718c39199f0c53d63a2bbaa31b6e102d667c29a50c0493b7ee815531e
Contents?: true
Size: 248 Bytes
Versions: 47
Compression:
Stored size: 248 Bytes
Contents
"use strict"; module.exports = function (t, a) { a(t({}), 0, "NaN"); a(t(20), 20, "Positive integer"); a(t(-20), 0, "Negative integer"); a(t(Infinity), Infinity, "Infinity"); a(t(15.343), 15, "Float"); a(t(-15.343), 0, "Negative float"); };
Version data entries
47 entries across 47 versions & 3 rubygems