Skip to content

ofMapper

@tsed/schema

Usage

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

See /packages/specs/schema/src/types/components/default/ofMapper.ts.

Overview

ts
function ofMapper(input: (any | JsonSchema)[], options: JsonSchemaOptions, parent: JsonSchema): any[];

Released under the MIT License.