method StringUtils.removeIndentationimport { StringUtils } from "https://dotland.deno.dev/x/ts_morph@21.0.0/common/mod.ts"; removeIndentation(str: string, opts: { isInStringAtPos: (pos: number) => boolean; indentSizeInSpaces: number; }): stringParametersstr: stringopts: { isInStringAtPos: (pos: number) => boolean; indentSizeInSpaces: number; }Returnsstring