Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 484 Bytes

buffer-equal.md

File metadata and controls

11 lines (6 loc) · 484 Bytes

buffer-equal/buffer-equals

buffer-equal and buffer-equals recommends that you switch away from them to native Buffer.prototype.equals which has been available since Node.js v0.11.13

Alternative(s)

Native Buffer.prototype.equals

For most cases, native Node.js Buffer.prototype.equals is enough.

NodeJS Docs