Sha256: 75b63f5b24021fe261ef53adf6ecb8ad3f344e6134fae55a8a2162f7bab3d012
Contents?: true
Size: 261 Bytes
Versions: 57
Compression:
Stored size: 261 Bytes
Contents
'use strict'; var toString = Object.prototype.toString; module.exports = function (x) { var prototype; return toString.call(x) === '[object Object]' && (prototype = Object.getPrototypeOf(x), prototype === null || prototype === Object.getPrototypeOf({})); };
Version data entries
57 entries across 56 versions & 13 rubygems