UNPKG
@itznotabug/routex
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A client side redirection plugin for Vitepress.
github.com/ItzNotABug/routex
ItzNotABug/routex
@itznotabug/routex
/
dist
/
engine
/
index.js
6 lines
(5 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
export
{
Logger
}
from
'./logger.js'
;
export
{
Template
}
from
'./template.js'
;
export
{ normalizeConfig }
from
'./utils.js'
;
export
{
RedirectValidator
}
from
'./validator.js'
;
export
{
RedirectGenerator
}
from
'./generator.js'
;