forked from waja/action-debian-package
5 lines
No EOL
120 B
JavaScript
5 lines
No EOL
120 B
JavaScript
function _isRegExp(x) {
|
|
return Object.prototype.toString.call(x) === '[object RegExp]';
|
|
}
|
|
|
|
module.exports = _isRegExp; |