UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

12 lines (11 loc) 234 B
export declare class AppImplements { private implemented; constructor(); doesImplement(int: string): void; getValues(): { [int: string]: boolean; }; toJSON(): { [int: string]: boolean; }; }