Sha256: 23e8a59df5136b23d62fbc21f0b9bf4eeb4ffea8fb171688cf5784df32c207f4
Contents?: true
Size: 217 Bytes
Versions: 47
Compression:
Stored size: 217 Bytes
Contents
"use strict"; var objToString = Object.prototype.toString, id = objToString.call(/a/); module.exports = function (value) { return (value && (value instanceof RegExp || objToString.call(value) === id)) || false; };
Version data entries
47 entries across 47 versions & 3 rubygems