We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A question about typescript, I notice wechaty has generated index.d.ts. How to add it in my project?
wechaty is installed via npm.
npm install wechaty
The latest version in npmjs.org is v0.6.21.
After referencing the index.d.ts in typings.json, I would like to use wechaty in such way.
Currently, it is imported like an usual module.
const { Wechaty , Config , log } = require('wechaty');
https://github.com/Samurais/wechaty-vessel
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Description
A question about typescript, I notice wechaty has generated index.d.ts. How to add it in my project?
wechaty is installed via npm.
The latest version in npmjs.org is v0.6.21.
After referencing the index.d.ts in typings.json, I would like to use wechaty in such way.
Currently, it is imported like an usual module.
Project Repo
https://github.com/Samurais/wechaty-vessel
The text was updated successfully, but these errors were encountered: