UNPKG

@sirhc77/postman-sdk-gen

Version:

Generate a fully-typed TypeScript SDK from a Postman collection, with support for Axios or Fetch, folder-based namespacing, and auto-inferred types.

2 lines (1 loc) 112 B
export declare function writeClientFile(outputDir: string, fileName: string, content: string): Promise<string>;