mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 19:36:44 +03:00
4 lines
107 B
JavaScript
4 lines
107 B
JavaScript
'use strict';
|
|
|
|
export var methods = new Set(['get', 'put', 'post', 'delete', 'options', 'head', 'patch']);
|