mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-22 22:25:01 -04:00
initial commit
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import { IncomingMessage, ServerResponse } from "http";
|
||||
declare function xPoweredBy(): (_req: IncomingMessage, res: ServerResponse, next: () => void) => void;
|
||||
export default xPoweredBy;
|
||||
Reference in New Issue
Block a user