Sha256: 713e0f5447821cdfbfd8897ebe113bc9ce1b87b728a91679b5e1f27a46adcc77
Contents?: true
Size: 142 Bytes
Versions: 47
Compression:
Stored size: 142 Bytes
Contents
"use strict"; module.exports = function (fn) { if (typeof fn !== "function") throw new TypeError(fn + " is not a function"); return fn; };
Version data entries
47 entries across 47 versions & 3 rubygems