UNPKG

structured-elements

Version:

A TypeScript package for modelling and validating data

3 lines 237 B
import type { Mirror } from "./"; export declare const buildMirrorCollection: <Element_1>(array: Element_1[], options?: Mirror.Options<Element_1> | undefined) => Mirror.Collection<Element_1>; //# sourceMappingURL=buildCollection.d.ts.map