Files
pole-book/server/node_modules/koa-body/lib/utils/string-method-to-enum-method.d.ts

3 lines
113 B
TypeScript

import { HttpMethodEnum } from '../types';
export default function toHttpMethod(method: string): HttpMethodEnum;