UNPKG

structured-elements

Version:

A TypeScript package for modelling and validating data

3 lines 335 B
import type { StructuredElements } from "../index"; export declare const isExpectation: <Registry extends StructuredElements.BaseRegistry, Subject>(api: StructuredElements.API<Registry>, expectation: unknown, warn?: boolean) => expectation is StructuredElements.Expectation<Registry, Subject>; //# sourceMappingURL=expectation.d.ts.map