Sha256: 7e6147d1ad50220cec6f1dc5e1d34f024ea9237433704c5327e0da75cafd139d
Contents?: true
Size: 232 Bytes
Versions: 320
Compression:
Stored size: 232 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
320 entries across 8 versions & 3 rubygems