Skip to content

Commit 3f7e02e

Browse files
authored
Merge branch 'master' into make-v24
2 parents d7695dc + 6f1e157 commit 3f7e02e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ type Base = ReturnType<typeof base.brand<symbol>>;
1010
const extended = <S extends $ZodShape>(extra: S) =>
1111
base.extend(extra).brand(ezRawBrand as symbol);
1212

13-
/** Shorthand for z.object({ raw: ez.file("buffer") }) */
1413
export function raw(): Base;
1514
export function raw<S extends $ZodShape>(
1615
extra: S,

0 commit comments

Comments
 (0)