1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

Update 114-never.md (#3716)

Replace a deprecated link with new link for `never` type documentation
This commit is contained in:
Chandresh Patidar 2023-03-25 21:10:07 +05:30 committed by GitHub
parent cdb642c8d4
commit 9dae1b3595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,4 +25,4 @@ function infiniteLoop(): never {
Learn more from the following links:
- [Never](https://www.typescriptlang.org/docs/handbook/basic-types.html#never)
- [Never](https://www.typescriptlang.org/docs/handbook/2/narrowing.html#the-never-type)