UNPKG

@telegram-apps/bridge

Version:

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

6 lines (5 loc) 159 B
/** * Applies polyfills required for stable work of the package: * - `Object.hasOwn` - used by `valibot` */ export declare function applyPolyfills(): void;