4 lines
No EOL
125 B
TypeScript
4 lines
No EOL
125 B
TypeScript
class TestClass<T> extends Promise<T> { }
|
|
|
|
const lambda_function = (str) => {};
|
|
const lambda_function2 = (str: string) => {}; |