python-archieve-projects/WechatBot/node_modules/wechaty-puppet/dist/esm/src/mods/helpers.d.ts

10 lines
390 B
TypeScript

/**
* We must import `instance-of.js` first, to prevent the following error:
*
* ReferenceError: Cannot access 'Puppet' before initialization
* at file:///home/huan/git/wechaty/puppet/src/puppet/interface-of.ts:14:48
*/
import '../puppet/interface-of.js';
import { resolvePuppet } from '../puppet/puppet-resolver.js';
export { resolvePuppet, };
//# sourceMappingURL=helpers.d.ts.map