UNPKG

autorest

Version:

The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is an OpenAPI spec that describes the REST API.

5 lines 172 B
/** * Clears out all autorest-temp folders from the temp folder. */ export declare const clearTempData: () => Promise<void>; //# sourceMappingURL=clear-temp-data.d.ts.map