UNPKG

@rocket.chat/apps-engine

Version:

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

13 lines (12 loc) 413 B
/// <reference types="node" /> import type { IParseAppPackageResult } from './IParseAppPackageResult'; export declare class AppPackageParser { static uuid4Regex: RegExp; private allowedIconExts; private appsEngineVersion; constructor(); unpackageApp(appPackage: Buffer): Promise<IParseAppPackageResult>; private getLanguageContent; private getIconFile; private getEngineVersion; }