UNPKG

detox

Version:

E2E tests and automation for mobile

8 lines (6 loc) 130 B
function isRegExp(obj) { return Object.prototype.toString.call(obj) === '[object RegExp]'; } module.exports = { isRegExp, };