UNPKG

@piwikpro/tracking-base-library

Version:

Piwik PRO basic tracking library for the frontend.

5 lines (4 loc) 118 B
/** * Removes trailing slashes from the URL parameter */ export declare const sanitizeUrl: (url: string) => string;