UNPKG

@eggjs/onerror

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