export class SpecialCharacterHelper { public static TAB = ` `; public static NEW_LINE = `\n`; }