Skip to content

Commit 6f1e157

Browse files
authored
rm outdated jsdoc from ez.raw()
1 parent 80c08cd commit 6f1e157

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

express-zod-api/src/raw-schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export const ezRawBrand = Symbol("Raw");
55

66
const base = z.object({ raw: file("buffer") });
77

8-
/** Shorthand for z.object({ raw: ez.file("buffer") }) */
98
export function raw(): z.ZodBranded<typeof base, symbol>;
109
export function raw<S extends z.ZodRawShape>(
1110
extra: S,

0 commit comments

Comments
 (0)