Sha256: a0f3b03a692055f3db455163f30183fc06960effec83d6aa85f1aa78c9a08cf3
Contents?: true
Size: 152 Bytes
Versions: 40
Compression:
Stored size: 152 Bytes
Contents
module.exports = function(it, Constructor, name){ if(!(it instanceof Constructor))throw TypeError(name + ": use the 'new' operator!"); return it; };
Version data entries
40 entries across 18 versions & 7 rubygems