We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc1fa9 commit fa1a3a6Copy full SHA for fa1a3a6
1 file changed
express-zod-api/src/metadata.ts
@@ -11,6 +11,7 @@ export interface Metadata {
11
brand?: string | number | symbol;
12
}
13
14
+// @todo this should be renamed to copyExamples or mixinExamples or something similar
15
export const copyMeta = <A extends z.ZodType, B extends z.ZodType>(
16
src: A,
17
dest: B,
0 commit comments