UNPKG

@tsed/schema

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