UNPKG

164 BJavaScriptView Raw
1import isType from './is-type';
2var isRegExp = function (str) {
3 return isType(str, 'RegExp');
4};
5export default isRegExp;
6//# sourceMappingURL=is-reg-exp.js.map
\No newline at end of file