UNPKG

wechaty-puppet

Version:

Abstract Puppet for Wechaty

16 lines (14 loc) 289 B
import type { PuppetConstructor, PuppetInterface, } from '../puppet/mod.js' import { Puppet as PuppetAbstract, } from '../puppet/mod.js' export type { PuppetConstructor, PuppetInterface, } export { PuppetAbstract, }