UNPKG

@tsed/schema

Version:
4 lines (3 loc) 245 B
import type { JsonSchema } from "../../domain/JsonSchema.js"; import type { JsonSchemaOptions } from "../../interfaces/JsonSchemaOptions.js"; export declare function requiredMapper(obj: any, schema: JsonSchema, options: JsonSchemaOptions): any;