UNPKG

@eggjs/tegg-plugin

Version:

module plugin for egg

3 lines (2 loc) 148 B
import type { Context } from '@eggjs/core'; export declare function ctxLifecycleMiddleware(ctx: Context, next: () => Promise<void>): Promise<void>;