@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
7 lines (6 loc) • 397 B
TypeScript
import { AppCompiler } from './AppCompiler';
import { AppFabricationFulfillment } from './AppFabricationFulfillment';
import { AppImplements } from './AppImplements';
import { AppPackageParser } from './AppPackageParser';
import { IParseAppPackageResult } from './IParseAppPackageResult';
export { AppCompiler, AppFabricationFulfillment, AppImplements, AppPackageParser, IParseAppPackageResult };