wechaty-puppet-service
Version:
Puppet Service for Wechaty
26 lines (23 loc) • 430 B
text/typescript
import {
log,
} from 'wechaty-puppet'
import {
PuppetService,
} from './client/puppet-service.js'
import {
VERSION,
} from './config.js'
import {
PuppetServer,
PuppetServerOptions,
} from './server/puppet-server.js'
export {
log,
PuppetServer,
PuppetService,
VERSION,
}
export type {
PuppetServerOptions,
}
export default PuppetService