diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-07 00:59:00 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-07 00:59:00 +0530 |
| commit | 0b78c5c8a138d755be3f68c726426011a81130f4 (patch) | |
| tree | 91677db072f5d87ecd087d0782a09b274f8dcb7d /README.md | |
| parent | 8b052f991279aa2776e45e9ca3a370c7c3418bdd (diff) | |
| download | ts-types-lang-0b78c5c8a138d755be3f68c726426011a81130f4.tar.gz ts-types-lang-0b78c5c8a138d755be3f68c726426011a81130f4.zip | |
chore: minor changes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1,2 +1,14 @@ -# ts-types-runtime-environment -A runtime for TS types +# TS Types lang +A stupid runtime for TS types! + +Take a look at the [./examples][./examples] directory for examples on how to write a program in typescript types + +To run it - +```bash +npx ts-types-lang ./examples/guess-number.ts +``` + +### Why? + +I dunno + |
