UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

3 lines (2 loc) 155 B
import type { Response } from '../types'; export declare function setResponseHeaderContentType(res: Response, input: string, ifNotExists?: boolean): void;