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.

9 lines 208 B
/** * Root of autorest core(i.e core folder) */ export declare const AppRoot: string; /** * Version of this package(autorest). */ export declare const VERSION: any; //# sourceMappingURL=constants.d.ts.map