Skip to content

nullableMapperOpenApi

@tsed/schema

Usage

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

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

Overview

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

Released under the MIT License.