new Buffer(array)
Stability: 0 - Deprecated: Use
Buffer.from(array) instead.array<integer[]> An array of bytes to copy from.
See Buffer.from(array).
Buffer.from(array) instead.array <integer[]> An array of bytes to copy from.See Buffer.from(array).