express-openapi-validate
Version:
Express middleware to validate request based on an OpenAPI 3 document
20 lines • 535 B
TypeScript
export declare const int32: {
validate: (i: number) => boolean;
type: string;
};
export declare const int64: {
validate: (i: number) => boolean;
type: string;
};
export declare const float: {
validate: (i: number) => boolean;
type: string;
};
export declare const double: {
validate: (i: number) => boolean;
type: string;
};
export declare const byte: (b: string) => boolean;
export declare const binary: () => boolean;
export declare const password: () => boolean;
//# sourceMappingURL=formats.d.ts.map