export class TextUtils { static multiline(str: string) { return str.indexOf('\n') !== -1; } }