UNPKG

cogsbox-shape

Version:

A TypeScript library for creating type-safe database schemas with Zod validation, SQL type definitions, and automatic client/server transformations. Unifies client, server, and database types through a single schema definition, with built-in support for r

2 lines (1 loc) 285 B
export { createShapePlugin, validateShapeKeys, validateShapeRefines, wireShapeValidationOptions, type InferShapeBoxState, type ShapePersistenceAdapter, type ShapePluginConfig, type ShapeRefineInfo, type ShapeSchemaBox, type ShapeSchemaBoxEntry, type ShapeStatus, } from "./plugin.js";