From e75a5a15912b8f297fe9c9747f574486d6c4e334 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Jan 2023 18:16:41 +0530 Subject: chore: adds some docs --- docs/interfaces/sys.Exit.md | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) (limited to 'docs/interfaces/sys.Exit.md') diff --git a/docs/interfaces/sys.Exit.md b/docs/interfaces/sys.Exit.md index ee24029..492a7db 100644 --- a/docs/interfaces/sys.Exit.md +++ b/docs/interfaces/sys.Exit.md @@ -4,34 +4,22 @@ [sys](../modules/sys.md).Exit +Generic interface for declaring effects + +**`Example`** + +```ts +interface MyEffect extends Effect {} +``` + ## Type parameters -| Name | Type | -| :------ | :------ | -| `_` | extends `number` \| `undefined` = `undefined` | +| Name | Type | Description | +| :------ | :------ | :------ | +| `_` | extends `number` \| `undefined` = `undefined` | The output generated by the effect (defaults to `unknown`) | ## Hierarchy - [`Effect`](effect.Effect.md) ↳ **`Exit`** - -## Table of contents - -### Properties - -- [output](sys.Exit.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) -- cgit v1.3.1