UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

3 lines (2 loc) 106 B
import type { Plugin } from './types'; export declare function isPlugin(input: unknown): input is Plugin;