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 96cf793 commit 0361ba3Copy full SHA for 0361ba3
lib/BufferEncoder.js
@@ -16,11 +16,11 @@ var BufferEncoder = function() {
16
* Encodes arbitrary object data to bytes.
17
*
18
* @public
19
- * @throws if the value is a NaN.
20
- * @throws if the value is a function.
21
- * @param {String} key - An object's key that should be encoded.
22
- * @param {any} val - An object's value that should be encoded.
23
- * @param {Number} index - Array index.
+ * @throws if the value is a NaN
+ * @throws if the value is a function
+ * @param {String} key
+ * @param {any} val
+ * @param {Number} index
24
*/
25
BufferEncoder.prototype.encode = function(key, val, index) {
26
key && this._asString8(key);
0 commit comments