diff --git a/docs/functions/to.html b/docs/functions/to.html index 9ecdd04..3de12bc 100644 --- a/docs/functions/to.html +++ b/docs/functions/to.html @@ -158,13 +158,13 @@ }
Type alias for a function that can optionally be executed after the promise resolves or rejects. It can return void or a Promise that resolves to void.
-
Wraps a promise and returns a tuple with either an error or the result. Optionally executes a finally callback after the promise settles.
-Example