UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

4 lines (3 loc) 205 B
import type { Request } from '../types'; export declare function setRequestRouterPath(req: Request, path: number[]): void; export declare function useRequestRouterPath(req: Request): number[] | undefined;