Ukuran buffer simpul

var buf = Buffer.from('abc');

console.log(buf.length);
Delta Sierra