Skip to content

itemMapper

@tsed/schema

Usage

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

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

Overview

ts
function itemMapper(value: any, options: JsonSchemaOptions): any;

Released under the MIT License.