Sha256: f6e3dd4ceb3daf047809b3292e8a6f6cb8bb96f4d94b94381233097bb566a302
Contents?: true
Size: 290 Bytes
Versions: 47
Compression:
Stored size: 290 Bytes
Contents
"use strict"; module.exports = function (t, a) { a(t(null), false, "Null"); a(t(""), true, "Empty string"); a(t(12), false, "Number"); a(t(false), false, "Boolean"); a(t(new Date()), false, "Date"); a(t(new String("raz")), true, "String object"); a(t("asdfaf"), true, "String"); };
Version data entries
47 entries across 47 versions & 3 rubygems