UNPKG

@kya-os/mcp-i

Version:

The TypeScript MCP framework with identity features built-in

4 lines (3 loc) 206 B
import z from "zod"; export declare const webpackConfigSchema: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodAny], z.ZodUnknown>, z.ZodAny>>; export type WebpackConfig = z.infer<typeof webpackConfigSchema>;