UNPKG

wechaty-puppet-official-account

Version:
9 lines 404 B
/// <reference path="../../../src/typings.d.ts" /> import { FileBox } from 'file-box'; import { log } from 'wechaty-puppet'; import type { PuppetOAOptions } from './puppet-oa.js'; declare const VERSION: string; declare function qrCodeForChatie(): FileBox; declare function envOptions(): Partial<PuppetOAOptions>; export { qrCodeForChatie, envOptions, log, VERSION, }; //# sourceMappingURL=config.d.ts.map