UNPKG
yourrouter
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
1.1.2
1.1.1
1.1.0
1.0.31
1.0.21
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A powerful router based on client-side routing.
ch3ber.github.io/yourRouter
ch3ber/yourRouter
yourrouter
/
lib
/
routes
/
domain
/
Route.js
7 lines
(6 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
class
Route
{
constructor
(
{ path, callback }
) {
this
.
path
= path;
this
.
callback
= callback; } }