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