UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

6 lines 164 B
import isType from './is-type'; var isRegExp = function (str) { return isType(str, 'RegExp'); }; export default isRegExp; //# sourceMappingURL=is-reg-exp.js.map