Attempt-TS
Overview#
Attempt-TS is a series of TypeScript helpers designed to make it easy and beautiful to define and read all types a function can both return and throw.
It is inspired in the common Maybe<T> pattern in TypeScript.
Quick Guide#
This is a simple guide describing the most common use cases of Attempt-TS.