New
🏠 Home
›
projects
›
command-sovereignty
›
frontend
›
node_modules
›
is-regex
›
index.d.ts
TYPESCRIPT
index.d.ts
78.0 B
2026-07-02 15:44
⬇️ Download
← Back
declare function isRegex(value: unknown): value is RegExp; export = isRegex;