Tamanho do buffer do nó
var buf = Buffer.from('abc');
console.log(buf.length);
Delta Sierra
var buf = Buffer.from('abc');
console.log(buf.length);