Implement typeCompat function for deep structural schema compatibility checking

This commit is contained in:
2026-05-21 21:05:50 +00:00
parent cbd26688f8
commit a060858e6e
3 changed files with 690 additions and 6 deletions

View File

@@ -1 +1 @@
export {};
export { typeCompat, type TypeCompatResult, type TypeMismatch } from "./type-compat.js";