UNPKG

@medusajs/framework

Version:
16 lines 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HTTP_METHODS = void 0; /** * List of all the supported HTTP methods */ exports.HTTP_METHODS = [ "GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS", "HEAD", ]; //# sourceMappingURL=types.js.map