UNPKG

@telegram-apps/bridge

Version:

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

6 lines (5 loc) 148 B
/** * @see https://stackoverflow.com/a/326076 * @returns True, if current environment is iframe. */ export declare function isIframe(): boolean;