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/exception.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/exception.md')
| -rw-r--r-- | docs/modules/exception.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/modules/exception.md b/docs/modules/exception.md new file mode 100644 index 0000000..ba3b0c2 --- /dev/null +++ b/docs/modules/exception.md @@ -0,0 +1,10 @@ +[ts-types-lang](../README.md) / [Modules](../modules.md) / exception + +# Module: exception + +## Table of contents + +### Interfaces + +- [Throw](../interfaces/exception.Throw.md) +- [Try](../interfaces/exception.Try.md) |
