base.d.ts 366 B

12345
  1. import { BusEvents, Context, InyEventIdNames } from '../types/index';
  2. export declare function verifyEvents(busEvents?: BusEvents): boolean;
  3. export declare function onLoad(ctx: Context, onLoad: string): void;
  4. export declare function onUnload(ctx: Context, onUnload: string): void;
  5. export declare function addEvent(events: BusEvents, ctx: Context): InyEventIdNames[];