Sha256: 83b46b8119f8601b47612bd575f4600667cff51b8dcc3c63a320e77edc426d28
Contents?: true
Size: 217 Bytes
Versions: 29
Compression:
Stored size: 217 Bytes
Contents
'use strict'; module.exports = function (t, a) { a(t({}), NaN, "NaN"); a(t(0), 0, "Zero"); a(t(Infinity), Infinity, "Infinity"); a(t(-Infinity), -Infinity, "-Infinity"); a(t(1.337), 1.3370000123977661, "1"); };
Version data entries
29 entries across 19 versions & 7 rubygems