UNPKG

@hv-kit/hexpress

Version:

facilitates typescript backend development with express

10 lines 461 B
export declare function ValidForm(schema: any, element: any): boolean; export declare function GetValidForm(schema: any, element: any): any; export declare function GetValidFormException(schema: any, element: any): Error | undefined; declare const _default: { ValidForm: typeof ValidForm; GetValidForm: typeof GetValidForm; GetValidFormException: typeof GetValidFormException; }; export default _default; //# sourceMappingURL=forms.d.ts.map