aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces/test.AssertEqualsK.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/interfaces/test.AssertEqualsK.md')
-rw-r--r--docs/interfaces/test.AssertEqualsK.md52
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/interfaces/test.AssertEqualsK.md b/docs/interfaces/test.AssertEqualsK.md
new file mode 100644
index 0000000..e6b4d63
--- /dev/null
+++ b/docs/interfaces/test.AssertEqualsK.md
@@ -0,0 +1,52 @@
+[ts-types-lang](../README.md) / [Modules](../modules.md) / [test](../modules/test.md) / AssertEqualsK
+
+# Interface: AssertEqualsK<Right\>
+
+[test](../modules/test.md).AssertEqualsK
+
+## Type parameters
+
+| Name | Type |
+| :------ | :------ |
+| `Right` | extends `unknown` |
+
+## Hierarchy
+
+- [`Kind1`](effect.Kind1.md)
+
+ ↳ **`AssertEqualsK`**
+
+## Table of contents
+
+### Properties
+
+- [input](test.AssertEqualsK.md#input)
+- [return](test.AssertEqualsK.md#return)
+
+## Properties
+
+### input
+
+• **input**: `unknown`
+
+#### Inherited from
+
+[Kind1](effect.Kind1.md).[input](effect.Kind1.md#input)
+
+#### Defined in
+
+[effect.ts:6](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/effect.ts#L6)
+
+___
+
+### return
+
+• **return**: [`AssertEquals`](../modules/test.md#assertequals)<`unknown`, `Right`\>
+
+#### Overrides
+
+[Kind1](effect.Kind1.md).[return](effect.Kind1.md#return)
+
+#### Defined in
+
+[test.ts:24](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/test.ts#L24)