UNPKG

kequapp

Version:

DEPRECATED: renamed to @kequtech/arbor

4 lines (3 loc) 245 B
import type { IncomingMessage, ServerResponse } from 'node:http'; import type { Pathname } from '../types.ts'; export declare function sendFile(req: IncomingMessage, res: ServerResponse, location: Pathname, contentType?: string): Promise<void>;