How to import Koa in Typescript

how-to-import-koa-in-typescript.ts
import Koa from 'koa';

const app = new Koa();

/* TODO your code goes here */

 


Check out similar posts by category: NodeJS, Typescript