UNPKG

@tsed/schema

Version:
4 lines (3 loc) 251 B
import { JsonSchema } from "../../domain/JsonSchema.js"; import { JsonSchemaOptions } from "../../interfaces/JsonSchemaOptions.js"; export declare function classMapper(value: JsonSchema, options: JsonSchemaOptions): import("json-schema").JSONSchema7;