diff options
| author | V1K1NGbg <victor@ilchev.com> | 2024-08-22 17:49:09 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-10-21 13:30:51 -0300 |
| commit | 26acf4830498ebe483e565781cac7f7574c2348b (patch) | |
| tree | 7769e5721d519525d7ba9ba54129f3f29686bc49 | |
| parent | 58401ac31c7c7dcc1e4b5949867b7a251ac56f6c (diff) | |
| download | luarocks-26acf4830498ebe483e565781cac7f7574c2348b.tar.gz luarocks-26acf4830498ebe483e565781cac7f7574c2348b.tar.bz2 luarocks-26acf4830498ebe483e565781cac7f7574c2348b.zip | |
Teal: add type definition module luarocks.core.types.tree
| -rw-r--r-- | src/luarocks/core/types/tree.d.tl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/luarocks/core/types/tree.d.tl b/src/luarocks/core/types/tree.d.tl new file mode 100644 index 00000000..6af23f37 --- /dev/null +++ b/src/luarocks/core/types/tree.d.tl | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | local record tree | ||
| 2 | record Tree | ||
| 3 | name: string | ||
| 4 | root: string | ||
| 5 | rocks_dir: string | ||
| 6 | lua_dir: string | ||
| 7 | lib_dir: string | ||
| 8 | end | ||
| 9 | end | ||
| 10 | |||
| 11 | return tree \ No newline at end of file | ||
