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.
7 lines • 314 B
TypeScript
import { AutorestArgs } from "../args";
/**
* Check if there is any updates to the autorest package and display message to use if there is.
* @param args Autorest cli args.
*/
export declare const checkForAutoRestUpdate: (args: AutorestArgs) => Promise<void>;
//# sourceMappingURL=check-autorest-update.d.ts.map