UNPKG

wechaty-puppet

Version:

Abstract Puppet for Wechaty

10 lines 394 B
import { FileBox } from 'file-box'; import { Brolog } from 'brolog'; import { MemoryCard } from 'memory-card'; import { StateSwitch } from 'state-switch'; import * as envVars from './env-vars.js'; declare const log: Brolog; declare const VERSION: string; declare const NAME: string; export { envVars, FileBox, log, MemoryCard, NAME, StateSwitch, VERSION, }; //# sourceMappingURL=config.d.ts.map