UNPKG

swup

Version:

Versatile and extensible page transition library for server-rendered websites

5 lines 213 B
/** Get the current page URL: path name + query params. Optionally including hash. */ export declare const getCurrentUrl: ({ hash }?: { hash?: boolean; }) => string; //# sourceMappingURL=getCurrentUrl.d.ts.map