const blub = '123' function abc(a, b, c) { } const id = <T>(element: T): T => element const x = { a: 1, b: 2, c() { return 3 } }
const blub = '123'