UNPKG

@eggjs/tracer

Version:
7 lines (6 loc) 200 B
import type { EggCore, ILifecycleBoot } from '@eggjs/core'; export declare class TracerBoot implements ILifecycleBoot { private app; constructor(app: EggCore); didLoad(): Promise<void>; }