0.6.1 • Published 3 months ago
@total-typescript/ts-reset v0.6.1
Without ts-reset
:
- 🚨
.json
(infetch
) andJSON.parse
both returnany
- 🤦
.filter(Boolean)
doesn't behave how you expect - 😡
array.includes
often breaks on readonly arrays
ts-reset
smooths over these hard edges, just like a CSS reset does in the browser.
With ts-reset
:
- 👍
.json
(infetch
) andJSON.parse
both returnunknown
- ✅
.filter(Boolean)
behaves EXACTLY how you expect - 🥹
array.includes
is widened to be more ergonomic - 🚀 And several more changes!
Official Docs
Check out our docs page on Total TypeScript
0.6.1
3 months ago
0.6.0
3 months ago
0.5.0
1 year ago
0.5.1
1 year ago
0.4.1
2 years ago
0.4.0
2 years ago
0.4.2
2 years ago
0.3.7
2 years ago
0.3.6
2 years ago
0.3.5
2 years ago
0.3.4
2 years ago
0.3.3
2 years ago
0.3.2
2 years ago
0.3.1
2 years ago
0.3.0
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago