-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
await validate(schemaURL, schema as any, { outputFormat: 'VERBOSE' });will cause the error mentioned in the title.
This is because the type defs are out of date.
Line 51 in 4b18598
| export type OutputFormat = "FLAG" | "BASIC" | "DETAILED" | "VERBOSE"; |
Should be updated to remove the entry
Metadata
Metadata
Assignees
Labels
No labels