UNPKG
nextjs-api-router
Version:
latest (1.0.0)
1.0.0
Lightweight tool to build clean restful API routes for your Next.js application.
nextjs-api-router
/
src
/
index.ts
3 lines
(2 loc)
•
59 B
text/typescript
View Raw
1
2
3
export
*
from
"./lib/router"
;
export
*
from
"./lib/types"
;