method Buffer.prototype.sliceimport { Buffer } from "https://dotland.deno.dev/std@0.92.0/node/buffer.ts"; slice(begin?, end?): BufferReturns a new Buffer that references the same memory as the original, but offset and cropped by the start and end indices. Parametersoptionalbegin = [UNSUPPORTED]optionalend = [UNSUPPORTED]ReturnsBuffer