UNPKG

@spartacus/setup

Version:

Includes features that makes Spartacus and it's setup easier and streamlined.

3 lines (2 loc) 96 B
import { Request } from 'express'; export declare function getRequestUrl(req: Request): string;