UNPKG

@onesy/utils

Version:
5 lines (4 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const getRedirectTo = (value = undefined) => encodeURIComponent(value !== undefined ? value : `${window.location.pathname}${window.location.search}`); exports.default = getRedirectTo;