1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-02-23 05:20:32 +03:00
redoc/lib/utils/swagger-defs.js
2015-10-08 20:16:45 +03:00

4 lines
107 B
JavaScript

'use strict';
export var methods = new Set(['get', 'put', 'post', 'delete', 'options', 'head', 'patch']);