We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f3cc6 commit 6dad907Copy full SHA for 6dad907
deno/lib/types.ts
@@ -4852,8 +4852,7 @@ export type ZodFirstPartySchemaTypes =
4852
| ZodBranded<any, any>
4853
| ZodPipeline<any, any>;
4854
4855
-// new approach that works for abstract classes
4856
-// but requires TS 4.4+
+// requires TS 4.4+
4857
abstract class Class {
4858
constructor(..._: any[]) {}
4859
}
src/types.ts
0 commit comments