UNPKG

kequapp

Version:

DEPRECATED: renamed to @kequtech/arbor

4 lines (3 loc) 189 B
import type { RequestListener } from 'node:http'; import type { Inject, ReqOptions } from '../types.ts'; export declare function inject(app: RequestListener, options?: ReqOptions): Inject;