UNPKG

st-open-api

Version:

Generates API client SDKs from an OpenAPI specification written in OpenAPI version 3.x.x

4 lines (3 loc) 101 B
export declare const download: (url: string, settings?: { method: string; }) => Promise<string>;