UNPKG

swagger-tests

Version:

A typescript framework for testing an api against a swagger 3.0 json file.

6 lines (5 loc) 129 B
export declare class CoverageSupport { private operationStr; constructor(operationStr: string); verify(): boolean; }