UNPKG

@palmares/schemas

Version:

This defines a default schema definition for validation of data, it abstract popular schema validation libraries like zod, yup, valibot and others"

3 lines 175 B
import type { Schema } from './schema/schema'; export declare function compile(schemas: Record<string, Schema<any, any>>): Promise<void>; //# sourceMappingURL=compile.d.ts.map