forked from lix-project/lix-website
4 lines
102 B
JavaScript
4 lines
102 B
JavaScript
'use strict';
|
|
|
|
module.exports = input => Object.prototype.toString.call(input) === '[object RegExp]';
|