@apideck/portman
Version:
Port OpenAPI Spec to Postman Collection, with contract & variation tests included
6 lines (5 loc) • 356 B
TypeScript
export declare const renderChainPath: (path: string, legacyMode?: boolean) => string;
export declare const detectUnsafeCharacters: (path: string) => boolean;
export declare const renderSafeFullPath: (path: string) => string;
export declare const renderBracketPath: (path: string) => string;
export declare const sanitizeKeyForVar: (key: string) => string;