UNPKG

@sprucelabs/schema

Version:

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

3 lines (2 loc) • 129 B
import { Schema } from '../schemas.static.types'; export default function validateSchema(schema: any): asserts schema is Schema;