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 bc28be5 commit 542f282Copy full SHA for 542f282
1 file changed
express-zod-api/src/zod-plugin.ts
@@ -6,6 +6,7 @@
6
* @desc Enables .label() on ZodDefault
7
* @desc Enables .remap() on ZodObject
8
* @desc Stores the argument supplied to .brand() on all schema (runtime distinguishable branded types)
9
+ * @desc Ensures that the brand withstands additional refinements or checks
10
* */
11
import * as R from "ramda";
12
import { z, globalRegistry } from "zod";
0 commit comments