diff options
Diffstat (limited to 'docs/interfaces/fs.WriteFile.md')
| -rw-r--r-- | docs/interfaces/fs.WriteFile.md | 36 |
1 files changed, 12 insertions, 24 deletions
diff --git a/docs/interfaces/fs.WriteFile.md b/docs/interfaces/fs.WriteFile.md index e1a961b..6d88381 100644 --- a/docs/interfaces/fs.WriteFile.md +++ b/docs/interfaces/fs.WriteFile.md @@ -4,35 +4,23 @@ [fs](../modules/fs.md).WriteFile +Generic interface for declaring effects + +**`Example`** + +```ts +interface MyEffect extends Effect<string[]> {} +``` + ## Type parameters -| Name | Type | -| :------ | :------ | -| `_Path` | extends `string` | -| `_Content` | extends `string` | +| Name | Type | Description | +| :------ | :------ | :------ | +| `_Path` | extends `string` | The output generated by the effect (defaults to `unknown`) | +| `_Content` | extends `string` | - | ## Hierarchy - [`Effect`](effect.Effect.md) ↳ **`WriteFile`** - -## Table of contents - -### Properties - -- [output](fs.WriteFile.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) |
