diff options
Diffstat (limited to 'docs/interfaces/stdio.PutString.md')
| -rw-r--r-- | docs/interfaces/stdio.PutString.md | 34 |
1 files changed, 11 insertions, 23 deletions
diff --git a/docs/interfaces/stdio.PutString.md b/docs/interfaces/stdio.PutString.md index 1960d1a..a309bce 100644 --- a/docs/interfaces/stdio.PutString.md +++ b/docs/interfaces/stdio.PutString.md @@ -4,34 +4,22 @@ [stdio](../modules/stdio.md).PutString +Generic interface for declaring effects + +**`Example`** + +```ts +interface MyEffect extends Effect<string[]> {} +``` + ## Type parameters -| Name | Type | -| :------ | :------ | -| `_` | extends `string` | +| Name | Type | Description | +| :------ | :------ | :------ | +| `_` | extends `string` | The output generated by the effect (defaults to `unknown`) | ## Hierarchy - [`Effect`](effect.Effect.md) ↳ **`PutString`** - -## Table of contents - -### Properties - -- [output](stdio.PutString.md#output) - -## Properties - -### output - -• **output**: `unknown` - -#### Inherited from - -[Effect](effect.Effect.md).[output](effect.Effect.md#output) - -#### Defined in - -[effect.ts:2](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/effect.ts#L2) |
