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`**