Sha256: 022d5150b7624f6dfc5493e514a1c6b4001dff07f461255f6c09e0aef42ecc7c
Contents?: true
Size: 157 Bytes
Versions: 29
Compression:
Stored size: 157 Bytes
Contents
'use strict'; module.exports = function (t, a) { var f = function () {}; a(t(f), f, "Function"); a.throws(function () { t({}); }, "Not Function"); };
Version data entries
29 entries across 19 versions & 7 rubygems