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/util.IdK.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/util.IdK.md')
| -rw-r--r-- | docs/interfaces/util.IdK.md | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/interfaces/util.IdK.md b/docs/interfaces/util.IdK.md new file mode 100644 index 0000000..c46bd22 --- /dev/null +++ b/docs/interfaces/util.IdK.md @@ -0,0 +1,46 @@ +[ts-types-lang](../README.md) / [Modules](../modules.md) / [util](../modules/util.md) / IdK + +# Interface: IdK + +[util](../modules/util.md).IdK + +## Hierarchy + +- [`Kind1`](effect.Kind1.md) + + ↳ **`IdK`** + +## Table of contents + +### Properties + +- [input](util.IdK.md#input) +- [return](util.IdK.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**: `unknown` + +#### Overrides + +[Kind1](effect.Kind1.md).[return](effect.Kind1.md#return) + +#### Defined in + +[util.ts:9](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/util.ts#L9) |
