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