Comment importer @koa/router en Typescript

how-to-import-koa-router-in-typescript.ts
import Router from '@koa/router';
import Koa from 'koa';

const app = new Koa();
const router = new Router();

Consultez les articles similaires par catégorie : NodeJS Typescript