Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

christophehurpeaudeprecated/koa-flow-declarations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) => {

});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published