Sha256: 9c41385053296cc1a44ef6aa922fde65988af3309b12bc018876cc4f2c363bb2
Contents?: true
Size: 142 Bytes
Versions: 29
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
29 entries across 19 versions & 7 rubygems