import { Buffer } from "https://deno.land/x/html_parser@v0.1.3/src/deps.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.