Closed
Description
TypeScript Version: playground
Search Terms: undefined return type
Code
function test(): undefined {
console.log("hey")
}
Expected behavior: This should be allowed.
Actual behavior: TS requires the return type to be void
or any
.
Playground Link: https://www.typescriptlang.org/play?#code/GYVwdgxgLglg9mABFApgZygCgJQC5HgAmKwMYKhiA3gFCKIQJpwA2KAdC3AOaYBEACxQBPPthoBfIA
Metadata
Metadata
Assignees
Labels
No labels