blob: bdc427cc88f606acda9b00f2b479b76b1326887c [file] [log] [blame]
Mathias Bynens79e2cf02020-05-29 16:46:17 +02001'use strict';
2
3module.exports = input => Object.prototype.toString.call(input) === '[object RegExp]';