Skip to content

Commit

Permalink
Rebuild libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Sep 29, 2018
1 parent efed37d commit 5ddaaaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ export default class LZ4Codec {
private compress;
private decompress;
/**
* KafkaJS CompressionType-compatible LZ4 codec methods.
* KafkaJS CompressionType-compatible LZ4 codec.
* @memberof LZ4Codec
* @returns {object} KafkaJS codec.
*/
codec: {
compress: (encoder: {
Expand Down
3 changes: 1 addition & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ class LZ4Codec {
constructor(options) {
this.options = options;
/**
* KafkaJS CompressionType-compatible LZ4 codec methods.
* KafkaJS CompressionType-compatible LZ4 codec.
* @memberof LZ4Codec
* @returns {object} KafkaJS codec.
*/
this.codec = {
compress: this.compress,
Expand Down

0 comments on commit 5ddaaaa

Please sign in to comment.