Sha256: 1951653f15a826f689f6e3e14fbdd4e1cfc15285680d2798ae29cb66636cb83f
Contents?: true
Size: 269 Bytes
Versions: 47
Compression:
Stored size: 269 Bytes
Contents
"use strict"; var objToString = Object.prototype.toString, id = objToString.call(true); module.exports = function (value) { return ( typeof value === "boolean" || (typeof value === "object" && (value instanceof Boolean || objToString.call(value) === id)) ); };
Version data entries
47 entries across 47 versions & 3 rubygems