diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-07 01:42:48 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-07 01:42:48 +0530 |
| commit | c79c5bf7a44c59cd1e484a538e2dddf264012f57 (patch) | |
| tree | 43d1518824b55901f69ef800bf8db987d8f07d95 /examples | |
| parent | 05c605d1363c3bce492f4360d774154f8b04c403 (diff) | |
| download | ts-types-lang-c79c5bf7a44c59cd1e484a538e2dddf264012f57.tar.gz ts-types-lang-c79c5bf7a44c59cd1e484a538e2dddf264012f57.zip | |
docs: readme
Diffstat (limited to '')
| -rw-r--r-- | examples/file.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/file.ts b/examples/file.ts index b0942de..279a51b 100644 --- a/examples/file.ts +++ b/examples/file.ts @@ -1,4 +1,4 @@ -import { Bind, Kind1, ReadFile, PutStringLn } from '../stdlib' +import { Bind, Kind1, ReadFile, WriteFile, PutStringLn } from '../stdlib' interface PrintK extends Kind1<string> { return: PutStringLn<this['input']> |
