UNPKG

@sprucelabs/schema

Version:

Static and dynamic binding plus runtime validation and transformation to ensure your app is sound. 🤓

4 lines (3 loc) • 150 B
import { Schema } from '../schemas.static.types'; /** Build error schema */ export default function buildErrorSchema<T extends Schema>(schema: T): T;