/** * * @param url * @returns */ const redirect = (url: string) => (location.href = url); export default redirect;