UNPKG

@tsed/schema

Version:
13 lines (12 loc) 365 B
import { from } from "./from.js"; /** * See https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.27 * * See @@JsonSchema@@ to discover available methods. * * @see https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.27 * @schemaFunctional */ export function anyOf(...anyOf) { return from().anyOf(anyOf); }