enum IndentationTextimport { IndentationText } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts"; Kinds of indentation MembersEightSpaces = " "Eight spaces FourSpaces = " "Four spaces Tab = "\t"Tab TwoSpaces = " "Two spaces