@zsharp/module
Advanced tools
+4
-20
@@ -5,23 +5,7 @@ import Zod from 'zod'; | ||
| implements: Zod.ZodObject<{ | ||
| features: Zod.ZodOptional<Zod.ZodArray<Zod.ZodAny, "many">>; | ||
| importer: Zod.ZodOptional<Zod.ZodFunction<Zod.ZodTuple<[Zod.ZodAny], Zod.ZodUnknown>, Zod.ZodString>>; | ||
| }, "strict", Zod.ZodTypeAny, { | ||
| features?: any[] | undefined; | ||
| importer?: ((args_0: any, ...args: unknown[]) => string) | undefined; | ||
| }, { | ||
| features?: any[] | undefined; | ||
| importer?: ((args_0: any, ...args: unknown[]) => string) | undefined; | ||
| }>; | ||
| }, "strict", Zod.ZodTypeAny, { | ||
| implements: { | ||
| features?: any[] | undefined; | ||
| importer?: ((args_0: any, ...args: unknown[]) => string) | undefined; | ||
| }; | ||
| }, { | ||
| implements: { | ||
| features?: any[] | undefined; | ||
| importer?: ((args_0: any, ...args: unknown[]) => string) | undefined; | ||
| }; | ||
| }>; | ||
| features: Zod.ZodOptional<Zod.ZodArray<Zod.ZodAny>>; | ||
| importer: Zod.core.$ZodFunction<Zod.core.$ZodFunctionArgs, Zod.ZodString>; | ||
| }, Zod.core.$strict>; | ||
| }, Zod.core.$strict>; | ||
| type ModuleData = Zod.infer<typeof ModuleDataSchema>; | ||
| } |
+1
-1
@@ -13,3 +13,3 @@ "use strict"; | ||
| features: zod_1.default.array(zod_1.default.any()).optional(), | ||
| importer: zod_1.default.function().args(zod_1.default.any()).returns(zod_1.default.string()).optional(), | ||
| importer: zod_1.default.function().output(zod_1.default.string()), | ||
| }).strict() | ||
@@ -16,0 +16,0 @@ }).strict(); |
+1
-1
| { | ||
| "name": "@zsharp/module", | ||
| "version": "0.0.4", | ||
| "version": "0.0.5", | ||
| "description": "Z# Module Library", | ||
@@ -5,0 +5,0 @@ "main": "dist/module.js", |
+1
-1
@@ -7,3 +7,3 @@ import Zod from 'zod'; | ||
| features: Zod.array(Zod.any()).optional(), | ||
| importer: Zod.function().args(Zod.any()).returns(Zod.string()).optional(), | ||
| importer: Zod.function().output(Zod.string()), | ||
| }).strict() | ||
@@ -10,0 +10,0 @@ }).strict(); |
14037
-4.9%152
-9.52%