UNPKG

expressmultithread

Version:

Fast, light-weight and low dependency [Express.js](https://www.npmjs.com/package/express) multithreaded router.

3 lines (2 loc) 135 B
import { InternalRoute } from "../types"; export declare function pathToRoute(path: string | string[]): Record<string, InternalRoute>;