@100xdevs/common
Advanced tools
| import { z } from "zod"; | ||
| export declare const signupInput: z.ZodObject<{ | ||
| username: z.ZodString; | ||
| password: z.ZodString; | ||
| }, "strip", z.ZodTypeAny, { | ||
| username: string; | ||
| password: string; | ||
| }, { | ||
| username: string; | ||
| password: string; | ||
| }>; | ||
| export type SignupParams = z.infer<typeof signupInput>; |
+1
-0
@@ -9,1 +9,2 @@ "use strict"; | ||
| }); | ||
| console.log("hi there"); |
+1
-1
| { | ||
| "name": "@100xdevs/common", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+2
-1
@@ -109,4 +109,5 @@ { | ||
| "rootDir": "src", | ||
| "outDir": "dist" | ||
| "outDir": "dist", | ||
| "declaration": true | ||
| } | ||
| } |
13214
2.78%4
33.33%125
12.61%