UNPKG

simplify-angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.

7 lines (6 loc) 276 B
import { SimpleEventExecutionResult } from "./simple-event-execution-result"; export declare class SimpleEvents { events: any; execute(key: string, args?: any | undefined): Promise<SimpleEventExecutionResult>; register(eventName: string, fun: Function): string; }