Skip to content

wrapEnumsMapper

@tsed/schema

Usage

typescript
import { wrapEnumsMapper } from "@tsed/schema";

See /packages/specs/schema/src/types/components/open-spec/enumsMapper.ts.

Overview

ts
function wrapEnumsMapper(obj: any, schema: JsonSchema, options: JsonSchemaOptions): any;

Released under the MIT License.