2 lines
45 B
TypeScript
2 lines
45 B
TypeScript
|
const a: () => number = () => { return 2; };
|
|
const a: () => number = () => { return 2; };
|