We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d37e34 commit 6f488b8Copy full SHA for 6f488b8
1 file changed
types/index.d.ts
@@ -37,7 +37,7 @@ export enum frameworks {
37
38
export interface format {
39
name: string;
40
- pattern: string;
+ pattern: RegExp | string;
41
}
42
43
export interface ajvValidatorOptions {
0 commit comments