Skip to content

Commit d3dcc62

Browse files
committed
docs: add guide to the v2 branch
1 parent 66fb82e commit d3dcc62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
An alternative TypeScript standard library with better type definitions.
44

5+
[See the v2 branch for 2.0.0 that supports TypeScript 4.5.](https://github.com/uhyo/better-typescript-lib/tree/v2)
6+
57
## The Problem
68

79
While it is well known that TypeScript is not _very_ type safe due to the existence of `any` and other pitfalls, TypeScript's built-in type definitions are also to blame for that unsafety. For example, it is handy but very unsafe that the return type of `JSON.parse` is `any`.

0 commit comments

Comments
 (0)