21471a1e84c1aaebba9dc4c39768acf8c82a21dd36c981050aa347d6d6387e2f95294bb1e04cdc35bc477bb9046557bb333449fb279108aa9f162e0b73a2fe 116 B

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