3 lines
77 B
JavaScript
3 lines
77 B
JavaScript
const isSchema = obj => obj && obj.__isYupSchema__;
|
|
|
|
export default isSchema; |