Sha256: 5192c3bae440a2cf7e086b372e930f8a405843b68d1029cf6bace961c3ae7121
Contents?: true
Size: 207 Bytes
Versions: 29
Compression:
Stored size: 207 Bytes
Contents
'use strict'; var toString = Object.prototype.toString , id = toString.call(new Error()); module.exports = function (x) { return (x && ((x instanceof Error) || (toString.call(x)) === id)) || false; };
Version data entries
29 entries across 19 versions & 7 rubygems