Sha256: 5e5644294d45e0e734bccdd88c1277c5357e60ccb8ab2a98dfb72b619c336aef
Contents?: true
Size: 190 Bytes
Versions: 29
Compression:
Stored size: 190 Bytes
Contents
'use strict'; var toString = Object.prototype.toString , id = toString.call((function () { return arguments; }())); module.exports = function (x) { return (toString.call(x) === id); };
Version data entries
29 entries across 19 versions & 7 rubygems