@backland/schema
Version:
TypeScript schema declaration and validation library with static type inference
7 lines • 324 B
JavaScript
export function isObjectValidationError(input) {
return (input === null || input === void 0 ? void 0 : input.isObjectValidationError) === true;
}
export function isObject(input) {
return (input === null || input === void 0 ? void 0 : input.__isBacklandObject) === true;
}
//# sourceMappingURL=objectInferenceUtils.js.map