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.

7 lines (6 loc) 281 B
/** * Represent the NodeJs require when in a webpack bundle. * https://webpack.js.org/api/module-variables/#__non_webpack_require__-webpack-specific */ declare let __non_webpack_require__: NodeJS.Require | undefined; declare let __webpack_require__: NodeJS.Require | undefined;