Files
cartlog-admin/node_modules/yup/lib/util/isSchema.js
2026-01-01 15:25:19 +05:30

11 lines
212 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const isSchema = obj => obj && obj.__isYupSchema__;
var _default = isSchema;
exports.default = _default;