koa-flow-declarations

0.1.0 • Public • Published

koa-flow-declarations

How to install

First, install and configure babel.

npm install --save-dev koa-flow-declarations

How to use

import Koa from 'koa';
import type { KoaContext } from 'koa-flow-declarations/KoaContext';

const app = new Koa();

app.use(async (ctx: KoaContext) => {

});

/koa-flow-declarations/

    Package Sidebar

    Install

    npm i koa-flow-declarations

    Weekly Downloads

    46

    Version

    0.1.0

    License

    ISC

    Last publish

    Collaborators

    • churpeau