UNPKG

@spartacus/core

Version:

Spartacus - the core framework

5 lines (4 loc) 258 B
export declare const isParam: (segment: string) => boolean; export declare const getParamName: (segment: string) => string; export declare const ensureLeadingSlash: (path: string) => string; export declare const removeLeadingSlash: (path: string) => string;