Re: [heycam/webidl] add a type to represent the undefined value (#60)

This is not fine howerver:
```ts
function test(): undefined {
  console.log("hey")
}
```
https://www.typescriptlang.org/play?#code/GYVwdgxgLglg9mABFApgZygCgJQC5HgAmKwMYKhiA3gFCKIQJpwA2KAdC3AOaYBEACxQBPPthoBfIA

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/60#issuecomment-676033407

Received on Wednesday, 19 August 2020 09:34:22 UTC