This is an automated email from the ASF dual-hosted git repository.
nkurihar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
The following commit(s) were added to refs/heads/master by this push:
new bc12d9d add typescript definitions install instructions to readme
(#64)
bc12d9d is described below
commit bc12d9dce348fb4d4ab77b1a90e3ab8d6e6285ad
Author: Brian Walendzinski <[email protected]>
AuthorDate: Mon Jan 27 20:02:49 2020 -0500
add typescript definitions install instructions to readme (#64)
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 64121b8..8734c03 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,12 @@ If an incompatible version of the C++ client is installed,
you may fail to build
$ npm install pulsar-client
```
+## Typescript Definitions
+
+```shell
+$ npm install @types/pulsar-client --save-dev
+```
+
## Sample code
Please refer to
[examples](https://github.com/apache/pulsar-client-node/tree/master/examples).