index.js 116 B

1234
  1. 'use strict';
  2. module.exports = function (re) {
  3. return Object.prototype.toString.call(re) === '[object RegExp]';
  4. };