UNPKG

event-local

Version:

Event client

13 lines (12 loc) 347 B
export declare class RExempleService { property: string; hello: string; constructor(r: string); send(s: string): void; Create(s: string): void; Update(s: string): void; OtherCommand(s: string): void; BooleanCommand(s: string): boolean; Main(req: any, res: any): void; Eventhandler(value: number): number; }