Skip to content

nullableMapper

@tsed/schema

Usage

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

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

Overview

ts
function nullableMapper(obj: any, schema: JsonSchema | null): any;

Released under the MIT License.