@juzi/wechaty
Version:
Wechaty is a RPA SDK for Chatbot Makers.
6 lines • 398 B
TypeScript
import type { WechatyInterface, WechatyConstructor } from './wechaty-impl.js';
import { WechatyImpl } from './wechaty-impl.js';
import type { WechatyOptions } from '../schemas/wechaty-options.js';
import { WechatySkeleton } from './wechaty-skeleton.js';
export { type WechatyInterface, type WechatyConstructor, type WechatyOptions, WechatySkeleton, WechatyImpl, };
//# sourceMappingURL=mod.d.ts.map