We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c615d28 commit 4a1c791Copy full SHA for 4a1c791
lib/index.d.ts
@@ -54,8 +54,8 @@ export const setMetaSchemaOutputFormat: (format: OutputFormat) => void;
54
export const getMetaSchemaOutputFormat: () => OutputFormat;
55
export const setShouldValidateSchema: (isEnabled: boolean) => void;
56
export const getShouldValidateSchema: () => boolean;
57
-export const setShouldValidateFormat: (isEnabled: boolean) => void;
58
-export const getShouldValidateFormat: () => boolean;
+export const setShouldValidateFormat: (isEnabled: boolean | undefined) => void;
+export const getShouldValidateFormat: () => boolean | undefined;
59
60
export class InvalidSchemaError extends Error {
61
public output: Output & { valid: false };
0 commit comments