method StringUtils.indentimport { StringUtils } from "https://dotland.deno.dev/x/ts_morph@21.0.0/common/mod.ts"; indent(str: string,times: number,options: { indentText: string; indentSizeInSpaces: number; isInStringAtPos: (pos: number) => boolean; },): stringParametersstr: stringtimes: numberoptions: { indentText: string; indentSizeInSpaces: number; isInStringAtPos: (pos: number) => boolean; }Returnsstring