UNPKG

@scalar/api-client

Version:

the open source API testing client

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