UNPKG

steam-family-bot-core

Version:

一个用于新版 Steam 家庭的库存监控 Bot 插件

6 lines (5 loc) 226 B
import { JwtPayload as _JwtPayload } from 'jwt-decode'; type JwtPayload = _JwtPayload; export declare function jwtDecode(token: string): JwtPayload; export declare function tokenNeedRefresh(token: string): boolean; export {};