UNPKG

@tsed/schema

Version:
4 lines (3 loc) 240 B
import type { JsonSchema } from "../../domain/JsonSchema.js"; import type { JsonSchemaOptions } from "../../interfaces/JsonSchemaOptions.js"; export declare function ofMapper(input: (any | JsonSchema)[], options: JsonSchemaOptions): any[];