redirect.shortcut
v0.0.1-a
Published
Simple plugin that help you to redirect to another page in js just type redirect(url)
Downloads
5
Readme
console.log
This project help you to redirect to another url by just typing redirect(url);
Getting Started
Really this thing need description ?
//old way
window.location = url;
//new way
redirect(url);
Installing
You can just install it from npm and require it
npm command
npm i --save redirect.shortcut
then
require('redirect.shortcut');
Authors
- ISSAM ABBAS - Initial work - mlk1
License
This project is licensed under the MIT License - see the LICENSE.md file for details