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.
10 lines • 305 B
TypeScript
import { AutorestArgs } from "../args";
/**
* Reset autorest, this will:
* - Clear all installed extensions
* - Cleared all installed core
* @param args CLI args
* @returns Exit code.
*/
export declare const resetAutorest: (args: AutorestArgs) => Promise<number>;
//# sourceMappingURL=reset.d.ts.map