source: node_modules/es-toolkit/dist/compat/predicate/isRegExp.mjs@ a762898

Last change on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Added visualizations

  • Property mode set to 100644
File size: 153 bytes
RevLine 
[a762898]1import { isRegExp as isRegExp$1 } from '../../predicate/isRegExp.mjs';
2
3function isRegExp(value) {
4 return isRegExp$1(value);
5}
6
7export { isRegExp };
Note: See TracBrowser for help on using the repository browser.