test-action-debian-package/node_modules/ramda/src/internal/_isRegExp.js
Dawid Dziurla 9308795b8b
update
2020-03-26 15:37:35 +01:00

5 lines
No EOL
120 B
JavaScript

function _isRegExp(x) {
return Object.prototype.toString.call(x) === '[object RegExp]';
}
module.exports = _isRegExp;