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

**TypeScript** [uses `void`](https://www.typescriptlang.org/docs/handbook/basic-types.html#void) in ways other than `undefined`, **e.g.:** [`this: void` in function definitions](https://www.typescriptlang.org/docs/handbook/functions.html#this-parameters-in-callbacks) or trailing `void` parameters being treated as optional.

-- 
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-683085750

Received on Friday, 28 August 2020 19:00:37 UTC