[ts-types-lang](../README.md) / [Modules](../modules.md) / effect # Module: effect ## Table of contents ### Interfaces - [Bind](../interfaces/effect.Bind.md) - [BindTo](../interfaces/effect.BindTo.md) - [Do](../interfaces/effect.Do.md) - [Effect](../interfaces/effect.Effect.md) - [Kind1](../interfaces/effect.Kind1.md) - [Label](../interfaces/effect.Label.md) - [Noop](../interfaces/effect.Noop.md) - [Pure](../interfaces/effect.Pure.md) - [Seq](../interfaces/effect.Seq.md) ### Type Aliases - [Func](effect.md#func) ## Type Aliases ### Func Ƭ **Func**<`Inp`, `Out`\>: [`Kind1`](../interfaces/effect.Kind1.md)<`Inp`, `Out`\> \| <_T\>() => `Out` #### Type parameters | Name | Type | | :------ | :------ | | `Inp` | `unknown` | | `Out` | `unknown` | #### Defined in [effect.ts:10](https://github.com/phenax/ts-types-runtime-environment/blob/6c7b4f3/stdlib/effect.ts#L10)