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