UNPKG

dis

Version:

Tiny tiny duck typing utility

1 lines 71 B
module.exports = function isRegExp(obj){return obj instanceof RegExp;};