How to import @koa/router in Typescript
import Router from '@koa/router';
import Koa from 'koa';
const app = new Koa();
const router = new Router();
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow