UNPKG

postflame

Version:

🔥 Generate Postman collections automatically from Hono + Zod routes.

14 lines • 377 B
#!/usr/bin/env node interface GenerateOptions { input?: string; output?: string; push?: boolean; cwd?: string; } export declare function generateCommand(options?: GenerateOptions): Promise<void>; /** * Alias for generate command */ export declare function runCommand(options?: GenerateOptions): Promise<void>; export {}; //# sourceMappingURL=commands.d.ts.map