Sha256: bcb60643e52ef665f84a0fb5166f3b94cdd4c906e1faa41a85c86d7db7796720
Contents?: true
Size: 146 Bytes
Versions: 3
Compression:
Stored size: 146 Bytes
Contents
const toString = Object.prototype.toString; export default function isObject ( thing ) { return toString.call( thing ) === '[object Object]'; }
Version data entries
3 entries across 3 versions & 1 rubygems