Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 26, 2024
1 parent 53cf28d commit 18ec008
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { isUint8Array } = require('util/types');

const zstd = require(resolve(__dirname, '../build/Release/zstd.node'));


const _compress = promisify(zstd.compress);
const _decompress = promisify(zstd.decompress);
// Error objects created via napi don't have JS stacks; wrap them so .stack is present
Expand Down

0 comments on commit 18ec008

Please sign in to comment.