UNPKG

@sprucelabs/schema

Version:

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

3 lines (2 loc) • 119 B
import { Schema } from '../schemas.static.types'; export default function buildSchema<T extends Schema>(schema: T): T;