UNPKG

koa-body

Version:

A Koa body parser middleware. Supports multipart, urlencoded and JSON request bodies.

8 lines 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = toHttpMethod; const types_js_1 = require("../types.js"); function toHttpMethod(method) { return types_js_1.HttpMethodEnum[method]; } //# sourceMappingURL=string-method-to-enum-method.js.map