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