UNPKG

4nm

Version:

TypeScript reimplementation of Telegram's official library for communicating with Telegram Web Apps.

10 lines (9 loc) 294 B
export * from './utils'; export * from './types'; /** * This package purpose is to ease communication with session storage. Each * functionality connected with session storage should be placed in this * package. * * TODO: Why do we need session storage in Telegram Web Apps? */