Skip to content

validate

@tsed/config

Usage

typescript
import { validate } from "@tsed/config/src/types/utils/validate";

See /packages/config/src/types/utils/validate.ts.

Overview

ts
function validate(configName: string, config: Record<string, unknown>, validationSchema: JsonSchema): Promise<any>;

Released under the MIT License.