2020-05-19 11:43:42 +03:00

4 lines
102 B
JavaScript

'use strict';
module.exports = input => Object.prototype.toString.call(input) === '[object RegExp]';