mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-16 20:55:00 +02:00
5 lines
207 B
TypeScript
5 lines
207 B
TypeScript
/// <reference types="node" />
|
|
import { IncomingMessage, ServerResponse } from 'http';
|
|
declare const _default: () => (req: IncomingMessage, res: ServerResponse, next: () => void) => void;
|
|
export = _default;
|