diff options
Diffstat (limited to 'docs/interfaces/effect.Noop.md')
| -rw-r--r-- | docs/interfaces/effect.Noop.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/interfaces/effect.Noop.md b/docs/interfaces/effect.Noop.md new file mode 100644 index 0000000..84d5a14 --- /dev/null +++ b/docs/interfaces/effect.Noop.md @@ -0,0 +1,31 @@ +[ts-types-lang](../README.md) / [Modules](../modules.md) / [effect](../modules/effect.md) / Noop + +# Interface: Noop + +[effect](../modules/effect.md).Noop + +## Hierarchy + +- [`Effect`](effect.Effect.md) + + ↳ **`Noop`** + +## Table of contents + +### Properties + +- [output](effect.Noop.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) |
