UNPKG

telegram-miniapp-tools

Version:
7 lines (6 loc) 294 B
import type { LaunchParams } from "../types/index.js"; /** * @returns Launch parameters from the current window location hash. * @throws Error if function was unable to extract launch parameters from the window location hash. */ export declare function retrieveFromLocation(): LaunchParams;