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/effect.Kind1.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/effect.Kind1.md')
| -rw-r--r-- | docs/interfaces/effect.Kind1.md | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/interfaces/effect.Kind1.md b/docs/interfaces/effect.Kind1.md new file mode 100644 index 0000000..7a865b5 --- /dev/null +++ b/docs/interfaces/effect.Kind1.md @@ -0,0 +1,49 @@ +[ts-types-lang](../README.md) / [Modules](../modules.md) / [effect](../modules/effect.md) / Kind1 + +# Interface: Kind1<Inp, Out\> + +[effect](../modules/effect.md).Kind1 + +## Type parameters + +| Name | Type | +| :------ | :------ | +| `Inp` | `unknown` | +| `Out` | `unknown` | + +## Hierarchy + +- **`Kind1`** + + ↳ [`AssertEqualsK`](test.AssertEqualsK.md) + + ↳ [`IdK`](util.IdK.md) + + ↳ [`ConstK`](util.ConstK.md) + +## Table of contents + +### Properties + +- [input](effect.Kind1.md#input) +- [return](effect.Kind1.md#return) + +## Properties + +### input + +• **input**: `Inp` + +#### Defined in + +[effect.ts:6](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/effect.ts#L6) + +___ + +### return + +• **return**: `Out` + +#### Defined in + +[effect.ts:7](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/effect.ts#L7) |
