diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-14 17:53:00 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-14 17:53:00 +0530 |
| commit | 78e384c2f32996478edced59c837a348dec77e57 (patch) | |
| tree | dcc466dba156415249d33fbcab14c4e21392c6b0 /docs/modules/sys.md | |
| parent | 6c7b4f308a0559f78bba763f259c05fc2e52d425 (diff) | |
| download | ts-types-lang-78e384c2f32996478edced59c837a348dec77e57.tar.gz ts-types-lang-78e384c2f32996478edced59c837a348dec77e57.zip | |
feat: adds basic md docs
Diffstat (limited to 'docs/modules/sys.md')
| -rw-r--r-- | docs/modules/sys.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/modules/sys.md b/docs/modules/sys.md new file mode 100644 index 0000000..6cb2d99 --- /dev/null +++ b/docs/modules/sys.md @@ -0,0 +1,14 @@ +[ts-types-lang](../README.md) / [Modules](../modules.md) / sys + +# Module: sys + +## Table of contents + +### Interfaces + +- [DefineEffect](../interfaces/sys.DefineEffect.md) +- [Exit](../interfaces/sys.Exit.md) +- [GetArgs](../interfaces/sys.GetArgs.md) +- [GetEnv](../interfaces/sys.GetEnv.md) +- [JsExpr](../interfaces/sys.JsExpr.md) +- [SetEvalEnvironment](../interfaces/sys.SetEvalEnvironment.md) |
