Rozmiar bufora węzłów

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

console.log(buf.length);
Delta Sierra