Sha256: 44e2b1d972fd2578d2a882611a6ae6f4e6e38ddec25a5d76a2f2ff5d64f0be6f
Contents?: true
Size: 228 Bytes
Versions: 25
Compression:
Stored size: 228 Bytes
Contents
// `RequireObjectCoercible` abstract operation // https://tc39.github.io/ecma262/#sec-requireobjectcoercible module.exports = function (it) { if (it == undefined) throw TypeError("Can't call method on " + it); return it; };
Version data entries
25 entries across 25 versions & 7 rubygems