UNPKG

wechaty-puppet-wechat

Version:
8 lines 338 B
/// <reference path="../../../src/typings.d.ts" /> import { log } from 'wechaty-puppet'; import { FileBox } from 'file-box'; declare const VERSION: string; declare function qrCodeForChatie(): FileBox; declare const MEMORY_SLOT = "PUPPET_WECHAT"; export { VERSION, log, MEMORY_SLOT, qrCodeForChatie, }; //# sourceMappingURL=config.d.ts.map