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