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