UNPKG

@opstarts/chimp

Version:

Develop acceptance tests & end-to-end tests with realtime feedback.

10 lines (6 loc) 198 B
'use strict'; var toString = Object.prototype.toString , id = toString.call(/a/); module.exports = function (x) { return (x && (x instanceof RegExp || (toString.call(x) === id))) || false; };