Comment on page
👋
What is tsafe?
A collection of very simple utility function and type that enables developers to take full advantage of what TypeScript can offer.
Powerful features like assertion functions or user-defined type guards are only useful if paired with utility functions.
TypeScript, however, only exports type helpers (e.g.
Record
, ReturnType
, etc.).Last modified 10mo ago