UNPKG

passport-telegram-web-app

Version:

A [Passport](https://www.passportjs.org/) strategy for [telegram web app (bots)](https://core.telegram.org/bots/webapps) authentication.

2 lines (1 loc) 91 B
export type HashVerifierCallbackFunction = (error: Error | null) => void | Promise<void>;