UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

4 lines (3 loc) 231 B
import type { MethodName } from '../constants'; export declare function toMethodName(input: string | undefined): MethodName | undefined; export declare function toMethodName(input: string | undefined, alt: MethodName): MethodName;