Sha256: 220e0ad3718bbe3f7a966fad0562128ff389be5e28766b491cdb6bda8319cbec
Contents?: true
Size: 174 Bytes
Versions: 7
Compression:
Stored size: 174 Bytes
Contents
module.exports = function (it, Constructor, name) { if (it instanceof Constructor) return it; throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation'); };
Version data entries
7 entries across 7 versions & 1 rubygems