method Buffer.prototype.copyimport { Buffer } from "https://dotland.deno.dev/std@0.92.0/node/buffer.ts"; copy(targetBuffer: Buffer | Uint8Array,targetStart?,sourceStart?,sourceEnd?,): numberCopies data from a region of buf to a region in target, even if the target memory region overlaps with buf. ParameterstargetBuffer: Buffer | Uint8ArrayoptionaltargetStart = [UNSUPPORTED]optionalsourceStart = [UNSUPPORTED]optionalsourceEnd = [UNSUPPORTED]Returnsnumber