blob: a92a239c88c34379a6400b18901a8883245fa089 (
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/6c7b4f3/stdlib/stdio.ts#L11)
|