UNPKG

@naturalcycles/js-lib

Version:

Standard library for universal (browser + Node.js) javascript

5 lines (4 loc) 182 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HTTP_METHODS = void 0; exports.HTTP_METHODS = ['GET', 'POST', 'PUT', 'PATCH', 'DELETE', 'HEAD'];