From 78e384c2f32996478edced59c837a348dec77e57 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Jan 2023 17:53:00 +0530 Subject: feat: adds basic md docs --- docs/modules/stdio.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/modules/stdio.md (limited to 'docs/modules/stdio.md') diff --git a/docs/modules/stdio.md b/docs/modules/stdio.md new file mode 100644 index 0000000..a92a239 --- /dev/null +++ b/docs/modules/stdio.md @@ -0,0 +1,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) -- cgit v1.3.1