UNPKG

@tsed/schema

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