Sha256: e406b3434974be7254814b0e84e673cca78becfecef1ab9114f8de076c7522ef
Contents?: true
Size: 245 Bytes
Versions: 29
Compression:
Stored size: 245 Bytes
Contents
'use strict'; var toString = Object.prototype.toString , id = toString.call(true); module.exports = function (x) { return (typeof x === 'boolean') || ((typeof x === 'object') && ((x instanceof Boolean) || (toString.call(x) === id))); };
Version data entries
29 entries across 19 versions & 7 rubygems