Skip to content

Commit 6936eaa

Browse files
authored
Update never.md
1 parent 7dc35aa commit 6936eaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/types/never.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Never
22
> [Youtube: Video lesson on the never type](https://www.youtube.com/watch?v=aldIFYWu6xc)
3-
43
> [Egghead: Video lesson on the never type](https://egghead.io/lessons/typescript-use-the-never-type-to-avoid-code-with-dead-ends-using-typescript)
54
65
Programming language design does have a concept of *bottom* type that is a **natural** outcome as soon as you do *code flow analysis*. TypeScript does *code flow analysis* (😎) and so it needs to reliably represent stuff that might never happen.

0 commit comments

Comments
 (0)