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.

8 lines 294 B
import { AutorestArgs } from "../args"; /** * Shows all the autorest extensions that are installed. * @param args CLI args * @returns Exit code. */ export declare const showInstalledExtensions: (args: AutorestArgs) => Promise<number>; //# sourceMappingURL=show-installed-extensions.d.ts.map