UNPKG

@tsed/schema

Version:
3 lines (2 loc) 144 B
import type { JsonSchema } from "../../domain/JsonSchema.js"; export declare function nullableMapper(obj: any, schema: JsonSchema | null): any;