aboutsummaryrefslogtreecommitdiff
path: root/docs/interfaces/stdio.ReadLine.md
blob: 54880261f61d9e935beb946f3735836da747ca52 (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) / [stdio](../modules/stdio.md) / ReadLine

# Interface: ReadLine

[stdio](../modules/stdio.md).ReadLine

Generic interface for declaring effects

**`Example`**

```ts
interface MyEffect extends Effect<string[]> {}
```

## Hierarchy

- [`Effect`](effect.Effect.md)<`string`\>

  ↳ **`ReadLine`**