UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

3 lines (2 loc) 136 B
import type { EtagFn, EtagOptions } from './type'; export declare function buildEtagFn(input?: boolean | EtagOptions | EtagFn): EtagFn;