Ts Reset Save

A 'CSS reset' for TypeScript, improving types for common JavaScript API's

Project README

TS Reset - Improved TypeScript's Built-in Typings

Without ts-reset:

  • 🚨 .json (in fetch) and JSON.parse both return any
  • 🤦 .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 (in fetch) and JSON.parse both return unknown
  • .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

Open Source Agenda is not affiliated with "Ts Reset" Project. README Source: total-typescript/ts-reset
Stars
7,570
Open Issues
64
Last Commit
1 month ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating