hz-zhhq-web/node_modules/yup/lib/util/isSchema.js

11 lines
214 B
JavaScript
Raw Normal View History

2025-02-25 13:47:38 +08:00
"use strict";
exports.__esModule = true;
exports.default = void 0;
var _default = function _default(obj) {
return obj && obj.__isYupSchema__;
};
exports.default = _default;
module.exports = exports["default"];