import { Buffer } from "https://deno.land/std@0.104.0/node/buffer.ts";
Returns a new Buffer that references the same memory as the original, but offset and cropped by the start and end indices.
import { Buffer } from "https://deno.land/std@0.104.0/node/buffer.ts";
Returns a new Buffer that references the same memory as the original, but offset and cropped by the start and end indices.