Sha256: f765c3dea372603667eea88600fb0fd0e2504887a560ca7fa9e17ac32171f857
Contents?: true
Size: 237 Bytes
Versions: 82
Compression:
Stored size: 237 Bytes
Contents
module.exports = function (it, Constructor, name, forbiddenField) { if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) { throw TypeError(name + ': incorrect invocation!'); } return it; };
Version data entries
82 entries across 38 versions & 8 rubygems