UNPKG
next-routes-list
Version:
alpha (1.2.0-alpha.0)
latest (1.2.0)
1.2.0
1.2.0-alpha.0
1.1.5
1.1.4
1.1.3
1.1.3-alpha.4
1.1.3-alpha.3
1.1.3-alpha.2
1.1.3-alpha.1
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.0.1
generate next all routes list
github.com/emiyaaaaa/next-routes-list
next-routes-list
/
dist
/
routes.js
6 lines
(5 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
routes
=
void
0
;
const
routes = [];
exports
.
routes
= routes;