@repobuddy/typescript
Version:
Your TypeScript buddy
7 lines • 388 B
TypeScript
import { z } from 'clibuilder';
export declare const build: import("clibuilder").cli.Command<Record<string, any>, z.ZodTypeAny, {
name: "type";
description: string;
type: z.ZodUnion<[z.ZodLiteral<"cjs">, z.ZodLiteral<"tslib">, z.ZodLiteral<"esm">]>;
}[], import("clibuilder").cli.Command.Options<string, z.ZodType<any, z.ZodTypeDef, any>>>;
//# sourceMappingURL=build.d.ts.map