UNPKG

@tsed/schema

Version:
9 lines (8 loc) 252 B
import { JsonSchemaOptions } from "../../interfaces/JsonSchemaOptions.js"; /** * Serialize Any object to a json schema * @param input * @param options * @ignore */ export declare function objectMapper(input: any, options: JsonSchemaOptions): any;