UNPKG
@jadis/create
Version:
latest (1.6.0)
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
Jadis boilerplate generator
bioleyl.github.io/jadis/
bioleyl/jadis
@jadis/create
/
templates
/
ts
/
src
/
router.ts
4 lines
(2 loc)
•
77 B
text/typescript
View Raw
1
2
3
4
import
{
Router
}
from
'@jadis/core'
;
export
const
myRouter =
new
Router
();