UNPKG

@eggjs/logrotator

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