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 | 0f232e2fc8eaf39fada8c22cd09dad95a12f2c96 (patch) | |
tree | 8d00d3a9f43f4e72c92ef63e7b124638ebb10f1f | |
parent | 7111e25ad1be727784e88a0e46b42e48fefa3db7 (diff) | |
download | luarocks-0f232e2fc8eaf39fada8c22cd09dad95a12f2c96.tar.gz luarocks-0f232e2fc8eaf39fada8c22cd09dad95a12f2c96.tar.bz2 luarocks-0f232e2fc8eaf39fada8c22cd09dad95a12f2c96.zip |
Teal: add type definition module luarocks.core.types.rockmanifest
-rw-r--r-- | src/luarocks/core/types/rockmanifest.d.tl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/luarocks/core/types/rockmanifest.d.tl b/src/luarocks/core/types/rockmanifest.d.tl new file mode 100644 index 00000000..59fec9f1 --- /dev/null +++ b/src/luarocks/core/types/rockmanifest.d.tl | |||
@@ -0,0 +1,7 @@ | |||
1 | local record rockmanifest | ||
2 | record RockManifest | ||
3 | type Entry = string | {string: Entry} | ||
4 | rock_manifest: {string: Entry} | ||
5 | end | ||
6 | end | ||
7 | return rockmanifest \ No newline at end of file | ||