UNPKG

yup

Version:

Dead simple Object schema validation

3 lines (2 loc) 77 B
const isSchema = obj => obj && obj.__isYupSchema__; export default isSchema;