UNPKG

@telegram-apps/bridge

Version:

TypeScript package to provide communication layer between Mini App and Telegram application.

8 lines (7 loc) 273 B
/** * Defines an enumerable, configurable and writable property with initial value. * @param obj - object. * @param prop - object property name. * @param value - value to set. */ export declare function defineDefaultProperty(obj: any, prop: string, value: any): void;