Sha256: 2b2a0aa072179218cede7285a3000e98bc143eb9d5593aadfb1bba7f109c731f
Contents?: true
Size: 232 Bytes
Versions: 46
Compression:
Stored size: 232 Bytes
Contents
"use strict"; var o = { call: Function.prototype.call, apply: Function.prototype.apply }; module.exports = function (t, a) { a(t(function () {}), true, "Function is function"); a(t(o), false, "Plain object is not function"); };
Version data entries
46 entries across 46 versions & 3 rubygems