Tamaño del búfer de nodo
var buf = Buffer.from('abc');
console.log(buf.length);
Delta Sierra
var buf = Buffer.from('abc');
console.log(buf.length);