wechaty-puppet
Version:
Abstract Puppet for Wechaty
6 lines • 354 B
TypeScript
import { Puppet } from './puppet-abstract.js';
import type { PuppetInterface } from './puppet-interface.js';
declare const interfaceOfPuppet: (target: any) => target is PuppetInterface;
declare const looseInstanceOfPuppet: (target: any) => target is Puppet;
export { interfaceOfPuppet, looseInstanceOfPuppet, };
//# sourceMappingURL=interface-of.d.ts.map