Sha256: 4a67a520ca7dfc26572f03a6ec656e57e1aa21d5789172620ea7f6c486108cf4
Contents?: true
Size: 185 Bytes
Versions: 29
Compression:
Stored size: 185 Bytes
Contents
module.exports = function (it, Constructor, name) { if (!(it instanceof Constructor)) { throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation'); } return it; };
Version data entries
29 entries across 28 versions & 9 rubygems