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