interface Array { lastElement(): T; } interface String { removeTrailingNewlines(): string; hasNewline(): boolean; }