NeahOpti/node_modules/next-auth/utils/detect-origin.d.ts
2025-04-22 12:49:37 +02:00

3 lines
183 B
TypeScript

/** Extract the origin from the environment */
export declare function detectOrigin(forwardedHost: any, protocol: any): string | undefined;
//# sourceMappingURL=detect-origin.d.ts.map