Buffer Array NodeJS ke Buffer

"From ArrayBuffer to Buffer" could be done this way:

var buffer = Buffer.from( new Uint8Array(ab) );
florinrelea