UNPKG

light-boilerplate

Version:

Lightweight and powerfull startkit for your next project!

10 lines (7 loc) 233 B
// -------------------------------------------------------- // GoToUrl // -------------------------------------------------------- const goToUrl = (newLocation) => { window.location = newLocation; }; module.exports = goToUrl;