(input: any, schema: { [key: string]: any }, httpPart?: HTTPRequestPart)
| 110 | getValidationFunction(schema: { [key: string]: any }): ValidationFunction | undefined |
| 111 | compileValidationSchema(schema: { [key: string]: any }, httpPart?: HTTPRequestPart): ValidationFunction |
| 112 | validateInput(input: any, schema: { [key: string]: any }, httpPart?: HTTPRequestPart): boolean |
| 113 | validateInput(input: any, httpPart?: HTTPRequestPart): boolean |
| 114 | getDecorator<T>(name: string | symbol): T; |
| 115 | setDecorator<T = unknown>(name: string | symbol, value: T): void; |
no outgoing calls
no test coverage detected