UNPKG

@telegram-apps/sdk

Version:

TypeScript Source Development Kit for Telegram Mini Apps client application.

4 lines (3 loc) 211 B
import { SafeWrapFn } from './createWrapSafe.js'; import { IsSupportedType } from './wrapSafe.js'; export declare function createWrapSupported(component: string, isSupported: IsSupportedType): SafeWrapFn<true>;