aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces/effect.Noop.md
blob: 966646083f57055ccec22c020c832dee30d87a47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[ts-types-lang](../README.md) / [Modules](../modules.md) / [effect](../modules/effect.md) / Noop

# Interface: Noop

[effect](../modules/effect.md).Noop

Noop effect that does nothing (returns undefined)

**`Example`**

```ts
type main = Bind<Noop, <t extends undefined>() => Print<t>>
```

## Hierarchy

- [`Effect`](effect.Effect.md)

  ↳ **`Noop`**