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
/
dist
/
index.d.ts
3 lines
(2 loc)
•
59 B
TypeScript
View Raw
1
2
3
export
*
from
"./lib/router"
;
export
*
from
"./lib/types"
;