UNPKG

steam-family-bot-core

Version:

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

7 lines (6 loc) 245 B
export * from './preferImg'; export * from './jwt'; export * from './puppeteer'; export * from './s3'; export declare const cooldownDurationTostring: (duration: number) => string; export declare const sleep: (millsec?: number) => Promise<void>;