UNPKG

swup

Version:

Complete, flexible, extensible and easy to use page transition library for your web.

10 lines (8 loc) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var getCurrentUrl = function getCurrentUrl() { return window.location.pathname + window.location.search; }; exports.default = getCurrentUrl;