UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

6 lines (5 loc) 195 B
export declare namespace PathAnalyzer { const join: (...args: string[]) => string; const escape: (str: string) => string | null; const parameters: (str: string) => string[] | null; }