UNPKG

202 BTypeScriptView Raw
1/// <reference types="node" />
2import { Burn } from './src/core'
3import { BaseContext } from 'koa';
4
5declare module "koa" {
6 interface BaseContext {
7 service: any;
8 }
9
10}
11
12export = Burn;
\No newline at end of file