8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
import { isRegExp as isRegExp$1 } from '../../predicate/isRegExp.mjs';
|
|
|
|
function isRegExp(value) {
|
|
return isRegExp$1(value);
|
|
}
|
|
|
|
export { isRegExp };
|