method Buffer.allocimport { Buffer } from "https://dotland.deno.dev/std@0.110.0/node/buffer.ts"; alloc(size: number,fill?: | number | string | Uint8Array | Buffer,encoding?,): BufferAllocates a new Buffer of size bytes. Allocates a new Buffer of size bytes. Parameterssize: numberoptionalfill: | number | string | Uint8Array | Bufferoptionalencoding = [UNSUPPORTED]ReturnsBuffer