Sha256: 057f8f4ebb7ccd50ad0d117d072821c207a5cfd6e4a037bcdd2f8c2e4d888b2d
Contents?: true
Size: 140 Bytes
Versions: 29
Compression:
Stored size: 140 Bytes
Contents
module.exports = function (it) { if (typeof it != 'function') { throw TypeError(String(it) + ' is not a function'); } return it; };
Version data entries
29 entries across 28 versions & 9 rubygems