4 أسطر
78 B
TypeScript
4 أسطر
78 B
TypeScript
declare function isRegex(value: unknown): value is RegExp;
|
|
|
|
export = isRegex;
|