aboutsummaryrefslogtreecommitdiff
path: root/docs/modules.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-14 17:53:00 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-14 17:53:00 +0530
commit78e384c2f32996478edced59c837a348dec77e57 (patch)
treedcc466dba156415249d33fbcab14c4e21392c6b0 /docs/modules.md
parent6c7b4f308a0559f78bba763f259c05fc2e52d425 (diff)
downloadts-types-lang-78e384c2f32996478edced59c837a348dec77e57.tar.gz
ts-types-lang-78e384c2f32996478edced59c837a348dec77e57.zip
feat: adds basic md docs
Diffstat (limited to 'docs/modules.md')
-rw-r--r--docs/modules.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/modules.md b/docs/modules.md
new file mode 100644
index 0000000..af95f62
--- /dev/null
+++ b/docs/modules.md
@@ -0,0 +1,17 @@
+[ts-types-lang](README.md) / Modules
+
+# ts-types-lang
+
+## Table of contents
+
+### Modules
+
+- [effect](modules/effect.md)
+- [exception](modules/exception.md)
+- [fs](modules/fs.md)
+- [nat](modules/nat.md)
+- [ref](modules/ref.md)
+- [stdio](modules/stdio.md)
+- [sys](modules/sys.md)
+- [test](modules/test.md)
+- [util](modules/util.md)