UNPKG

telegram-miniapp-tools

Version:
5 lines (4 loc) 184 B
import type { InitData } from "../types/index.js"; import type { TransformerGen } from "./types.js"; export declare const initData: TransformerGen<InitData>; export type { InitData };