UNPKG

koa-body

Version:

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

5 lines 186 B
import { HttpMethodEnum } from '../types.js'; export default function toHttpMethod(method) { return HttpMethodEnum[method]; } //# sourceMappingURL=string-method-to-enum-method.js.map