UNPKG

@tsed/schema

Version:
4 lines (3 loc) 262 B
import { JsonLazyRef } from "../../domain/JsonLazyRef.js"; import { JsonSchemaOptions } from "../../interfaces/JsonSchemaOptions.js"; export declare function lazyRefMapper(jsonLazyRef: JsonLazyRef, options: JsonSchemaOptions): import("json-schema").JSONSchema7;