@istanbul/app
Version:
App package of istanbul framework
5 lines (4 loc) • 325 B
TypeScript
import { App } from "../types/app.type";
export declare const appCreatedEvent: import("@istanbul/events").EventService<boolean>;
export declare const appStartedEvent: import("@istanbul/events").EventService<App<import("..").AppConfig>>;
export declare const appFinishedEvent: import("@istanbul/events").EventService<string>;