Skip to content

itemMapper

@tsed/schema

Usage

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

See /packages/specs/schema/src/components/default/nextMapper.ts.

Overview

ts
function itemMapper(input: JsonSchema | Type, options: JsonSchemaOptions): any;

Released under the MIT License.