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.

5 lines (4 loc) 264 B
export declare function camelCase(input: string): string; export declare function capitalize(input: string): string; export declare function pascalCase(str: string): string; export declare function namespaceToTypeName(path: string[], methodName?: string): string;