File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ export type JSONSchema4 = import("./validate").JSONSchema4;
3
3
export type JSONSchema6 = import ( "./validate" ) . JSONSchema6 ;
4
4
export type JSONSchema7 = import ( "./validate" ) . JSONSchema7 ;
5
5
export type ExtendedSchema = import ( "./validate" ) . ExtendedSchema ;
6
+ export type ValidationErrorConfiguration =
7
+ import ( "./validate" ) . ValidationErrorConfiguration ;
6
8
import { validate } from "./validate" ;
7
9
import { ValidationError } from "./validate" ;
8
10
import { enableValidation } from "./validate" ;
Original file line number Diff line number Diff line change 3
3
/** @typedef {import("./validate").JSONSchema6 } JSONSchema6 */
4
4
/** @typedef {import("./validate").JSONSchema7 } JSONSchema7 */
5
5
/** @typedef {import("./validate").ExtendedSchema } ExtendedSchema */
6
+ /** @typedef {import("./validate").ValidationErrorConfiguration } ValidationErrorConfiguration */
6
7
7
8
const {
8
9
validate,
You can’t perform that action at this time.
0 commit comments