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