UNPKG

@kokkoro/web

Version:

Create web serve for kokkoro.

8 lines (7 loc) 221 B
import { Next } from 'koa'; import { Context } from '../app'; declare class PluginController { list(ctx: Context, next: Next): Promise<any>; } declare const _default: PluginController; export default _default;