Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In this context, the lookup function returning `undefined` is information - it is a union of Some(data) | None. Void should be used for functions that really return no data. This has practical implications as in typescript, a property typed `string | undefined` cannot have `string | void` assigned to it.
- Loading branch information