source:
node_modules/es-toolkit/dist/compat/predicate/isRegExp.mjs@
a762898
| Last change on this file since a762898 was a762898, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 153 bytes | |
| Rev | Line | |
|---|---|---|
| [a762898] | 1 | import { isRegExp as isRegExp$1 } from '../../predicate/isRegExp.mjs'; |
| 2 | ||
| 3 | function isRegExp(value) { | |
| 4 | return isRegExp$1(value); | |
| 5 | } | |
| 6 | ||
| 7 | export { isRegExp }; |
Note:
See TracBrowser
for help on using the repository browser.
