3 lines
183 B
TypeScript
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
|