diff options
Diffstat (limited to 'docs/interfaces/test.ShowAssertionError.md')
| -rw-r--r-- | docs/interfaces/test.ShowAssertionError.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/interfaces/test.ShowAssertionError.md b/docs/interfaces/test.ShowAssertionError.md new file mode 100644 index 0000000..49ba54b --- /dev/null +++ b/docs/interfaces/test.ShowAssertionError.md @@ -0,0 +1,38 @@ +[ts-types-lang](../README.md) / [Modules](../modules.md) / [test](../modules/test.md) / ShowAssertionError + +# Interface: ShowAssertionError<_L, _R\> + +[test](../modules/test.md).ShowAssertionError + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `_L` | extends `unknown` | +| `_R` | extends `unknown` | + +## Hierarchy + +- [`Effect`](effect.Effect.md) + + ↳ **`ShowAssertionError`** + +## Table of contents + +### Properties + +- [output](test.ShowAssertionError.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) |
