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