export function GetMultilineStr()

in src/util.ts [6:8]


export function GetMultilineStr(arr: string[]): string {
  return arr.join("\n");
}