1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-03-01 16:40:39 +03:00
redoc/lib/utils/swagger-defs.ts

4 lines
107 B
TypeScript
Raw Normal View History

2015-10-08 20:16:45 +03:00
'use strict';
export var methods = new Set(['get', 'put', 'post', 'delete', 'options', 'head', 'patch']);