UNPKG

@tsed/schema

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