UNPKG

@rocket.chat/apps-engine

Version:

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

11 lines (10 loc) 278 B
export declare class Utilities { static deepClone<T>(item: T): T; static deepFreeze<T>(item: any): T; static deepCloneAndFreeze<T>(item: T): T; static omit(object: { [key: string]: any; }, keys: Array<string>): { [key: string]: any; }; }