diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-14 17:53:00 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-14 17:53:00 +0530 |
| commit | 78e384c2f32996478edced59c837a348dec77e57 (patch) | |
| tree | dcc466dba156415249d33fbcab14c4e21392c6b0 /docs/interfaces/exception.Try.md | |
| parent | 6c7b4f308a0559f78bba763f259c05fc2e52d425 (diff) | |
| download | ts-types-lang-78e384c2f32996478edced59c837a348dec77e57.tar.gz ts-types-lang-78e384c2f32996478edced59c837a348dec77e57.zip | |
feat: adds basic md docs
Diffstat (limited to 'docs/interfaces/exception.Try.md')
| -rw-r--r-- | docs/interfaces/exception.Try.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/interfaces/exception.Try.md b/docs/interfaces/exception.Try.md new file mode 100644 index 0000000..fb54ddf --- /dev/null +++ b/docs/interfaces/exception.Try.md @@ -0,0 +1,38 @@ +[ts-types-lang](../README.md) / [Modules](../modules.md) / [exception](../modules/exception.md) / Try + +# Interface: Try<_E, _Catch\> + +[exception](../modules/exception.md).Try + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `_E` | extends [`Effect`](effect.Effect.md) | +| `_Catch` | extends [`Func`](../modules/effect.md#func) | + +## Hierarchy + +- [`Effect`](effect.Effect.md) + + ↳ **`Try`** + +## Table of contents + +### Properties + +- [output](exception.Try.md#output) + +## Properties + +### output + +• **output**: `unknown` + +#### Inherited from + +[Effect](effect.Effect.md).[output](effect.Effect.md#output) + +#### Defined in + +[effect.ts:2](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/effect.ts#L2) |
