mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-02-10 05:04:04 +01:00
4 lines
198 B
TypeScript
4 lines
198 B
TypeScript
![]() |
import { IncomingMessage, ServerResponse } from "http";
|
||
|
declare function xDownloadOptions(): (_req: IncomingMessage, res: ServerResponse, next: () => void) => void;
|
||
|
export default xDownloadOptions;
|