UNPKG

247 BJavaScriptView Raw
1"use strict";
2function redirect(url, aslink) {
3 if (aslink === void 0) { aslink = true; }
4 aslink ? window.location.href = url : window.location.replace(url);
5 return this;
6}
7module.exports = redirect;
8//# sourceMappingURL=redirect.js.map
\No newline at end of file