aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/stdio.md
blob: 21f5f15b6d1dc615ec3921227a500b33603a7265 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[ts-types-lang](../README.md) / [Modules](../modules.md) / stdio

# Module: stdio

## Table of contents

### Interfaces

- [Debug](../interfaces/stdio.Debug.md)
- [Print](../interfaces/stdio.Print.md)
- [PutString](../interfaces/stdio.PutString.md)
- [ReadLine](../interfaces/stdio.ReadLine.md)

### Type Aliases

- [PutStringLn](stdio.md#putstringln)

## Type Aliases

### PutStringLn

Ƭ **PutStringLn**<`S`\>: `S` extends infer S ? [`PutString`](../interfaces/stdio.PutString.md)<\`${S}
\`\> : `never`

#### Type parameters

| Name | Type |
| :------ | :------ |
| `S` | extends `string` |

#### Defined in

[stdio.ts:11](https://github.com/phenax/ts-types-runtime-environment/blob/e75a5a1/stdlib/stdio.ts#L11)