What is tsafe?
Last updated
Was this helpful?
Last updated
Was this helpful?
Powerful TypeScript features like or are only useful if paired with utility functions.
TypeScript, however, only exports type helpers (e.g. Record
, ReturnType
, etc.).
This module provides «the missing builtins» such as and other utilities that cannot be just type helpers.