UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

3 lines (2 loc) 99 B
import type { Path } from './type'; export declare function isPath(input: unknown): input is Path;