UNPKG

structured-elements

Version:

A TypeScript package for modelling and validating data

6 lines 405 B
import type { StructuredElements } from "../index"; export declare const buildReferenceValidators: <Registry extends StructuredElements.BaseRegistry, Element_1>({ api, expectation, }: { api: StructuredElements.API<Registry>; expectation: StructuredElements.Expectation<Registry, Element_1>; }) => StructuredElements.ReferenceValidators<Element_1>; //# sourceMappingURL=referenceValidators.d.ts.map