UNPKG

yup

Version:

Dead simple Object schema validation

4 lines (3 loc) 126 B
import type { SchemaLike } from '../types'; declare const isSchema: (obj: any) => obj is SchemaLike; export default isSchema;