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/modules/test.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/modules/test.md')
| -rw-r--r-- | docs/modules/test.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/modules/test.md b/docs/modules/test.md new file mode 100644 index 0000000..f3a2682 --- /dev/null +++ b/docs/modules/test.md @@ -0,0 +1,34 @@ +[ts-types-lang](../README.md) / [Modules](../modules.md) / test + +# Module: test + +## Table of contents + +### Interfaces + +- [Assert](../interfaces/test.Assert.md) +- [AssertEqualsK](../interfaces/test.AssertEqualsK.md) +- [Config](../interfaces/test.Config.md) +- [ShowAssertionError](../interfaces/test.ShowAssertionError.md) +- [Test](../interfaces/test.Test.md) + +### Type Aliases + +- [AssertEquals](test.md#assertequals) + +## Type Aliases + +### AssertEquals + +Ƭ **AssertEquals**<`Left`, `Right`\>: [`Try`](../interfaces/exception.Try.md)<[`Assert`](../interfaces/test.Assert.md)<[`Equals`](util.md#equals)<`Left`, `Right`\>\>, <m\>() => [`Do`](../interfaces/effect.Do.md)<[[`ShowAssertionError`](../interfaces/test.ShowAssertionError.md)<`Left`, `Right`\>, [`Throw`](../interfaces/exception.Throw.md)<`m`\>]\>\> + +#### Type parameters + +| Name | +| :------ | +| `Left` | +| `Right` | + +#### Defined in + +[test.ts:18](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/test.ts#L18) |
