UNPKG

@redocly/theme

Version:

Shared UI components lib

14 lines 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.REQUEST_METHODS = void 0; exports.REQUEST_METHODS = [ 'GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'OPTIONS', 'HEAD', 'TRACE', ]; //# sourceMappingURL=request-methods.js.map