@zsharp/module
Advanced tools
| export type Feature = { | ||
| constructor: { | ||
| name: string; | ||
| }; | ||
| sequence: any[]; | ||
| }; |
| import Zod from 'zod'; | ||
| export declare namespace Module { | ||
| const ModuleDataSchema: Zod.ZodObject<{ | ||
| 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; | ||
| }; | ||
| }>; | ||
| type ModuleData = Zod.infer<typeof ModuleDataSchema>; | ||
| } |
+1
-1
| { | ||
| "name": "@zsharp/module", | ||
| "version": "0.0.2", | ||
| "version": "0.0.3", | ||
| "description": "Z# Module Library", | ||
@@ -5,0 +5,0 @@ "main": "dist/module.js", |
14719
8.55%9
28.57%168
23.53%