UNPKG

@scalar/api-client

Version:

the open source API testing client

5 lines 206 B
/** * Get the Swagger/OpenAPI version and format from the given string */ export declare function getOpenApiVersion(input: string | null): string | false; //# sourceMappingURL=get-openapi-version.d.ts.map