We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2160569 commit 6e9a721Copy full SHA for 6e9a721
.travis.yml
@@ -0,0 +1 @@
1
+language: node_js
README.md
@@ -31,8 +31,8 @@ __In browser__
31
32
__In TypeScript__
33
34
-```
35
-npm install @types/json-bufferify --save
+```javascript
+import bufferify = require('json-bufferify');
36
```
37
38
__In Egret__
0 commit comments