method Buffer.allocimport { Buffer } from "https://deno.land/std@0.104.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