UNPKG

wechaty-puppet

Version:

Abstract Puppet for Wechaty

5 lines 253 B
import type { PuppetConstructor, PuppetInterface } from '../puppet/mod.js'; import { Puppet as PuppetAbstract } from '../puppet/mod.js'; export type { PuppetConstructor, PuppetInterface, }; export { PuppetAbstract, }; //# sourceMappingURL=impls.d.ts.map