@juzi/wechaty
Version:
Wechaty is a RPA SDK for Chatbot Makers.
19 lines (16 loc) • 434 B
text/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,
}