feat: add typescript definition file (#252)

Co-authored-by: Pedro S. Lopez <pedroslopez@me.com>
This commit is contained in:
stefanfuchs
2020-06-16 19:12:14 -03:00
committed by GitHub
parent 2abd3729d8
commit d7459eac23
2 changed files with 664 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.6.1-post",
"description": "Library for interacting with the WhatsApp Web API ",
"main": "./index.js",
"typings": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"