function getStringWidthimport { getStringWidth } from "https://dotland.deno.dev/std@0.177.0/node/internal/util/inspect.mjs"; getStringWidth(str, removeControlChars?)Returns the number of columns required to display the given string. ParametersstroptionalremoveControlChars = [UNSUPPORTED]