3 lines
No EOL
239 B
TypeScript
3 lines
No EOL
239 B
TypeScript
import type http from "node:http";
|
|
export declare function processAuth(request: http.IncomingMessage, response: http.ServerResponse, rewriteUrl?: string, customAuth?: SWAConfigFileAuth): Promise<number>;
|
|
//# sourceMappingURL=index.d.ts.map
|