UNPKG

@sprucelabs/schema

Version:

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

3 lines (2 loc) • 131 B
import { Schema } from '../schemas.static.types'; export default function areSchemasTheSame(left: Schema, right: Schema): boolean;