UNPKG
rrsx
Version:
latest (1.1.655)
1.1.655
1.1.654
1.1.653
1.1.652
1.1.651
1.1.649
1.1.648
1.1.647
1.1.646
1.1.645
1.1.644
1.1.643
1.1.642
1.1.641
1.1.640
1.1.639
1.1.638
1.1.637
1.1.636
1.1.635
1.1.634
1.1.633
1.1.632
1.1.631
1.1.630
1.1.629
1.1.628
1.1.627
1.1.626
1.1.625
1.1.624
1.1.623
1.1.622
1.1.621
1.1.620
1.1.619
1.1.618
1.1.617
1.1.616
1.1.615
1.1.614
1.1.613
1.1.612
1.1.611
1.1.589
1.1.588
1.1.587
1.1.586
1.1.585
1.1.584
1.1.583
1.1.582
1.1.581
1.1.65
1.1.61
1.1.60
1.1.59
1.1.58
1.1.57
1.1.56
1.1.55
1.1.54
1.1.53
1.1.52
1.1.51
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Rrsx
github.com/VictorNicolasLO/rctx
VictorNicolasLO/rctx
rrsx
/
src
/
lib
/
router
/
navigator.d.ts
13 lines
(10 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{
History
}
from
'history'
;
export
class
Navigator
{ location = {}; match = {};
history
:
History
;
setRoute
(
location
:
any
,
match
:
any
,
history
:
any
); push =
this
.
history
.
push
; }
const
navigator
:
Navigator
;
export
default
navigator;