import { Buffer } from "https://deno.land/std@0.104.0/node/buffer.ts";
Returns the byte length of a string when encoded. This is not the same as String.prototype.length, which does not account for the encoding that is used to convert the string into bytes.