UNPKG

@uns-kit/core

Version:

Core utilities and runtime building blocks for UNS-based realtime transformers.

5 lines 163 B
// Shallow merge of two ZodObjects into one ZodObject export function composeConfigSchema(a, b) { return a.merge(b); } //# sourceMappingURL=schema-tolls.js.map