aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV1K1NGbg <victor@ilchev.com>2024-08-22 17:49:09 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-10-21 13:30:51 -0300
commit0f232e2fc8eaf39fada8c22cd09dad95a12f2c96 (patch)
tree8d00d3a9f43f4e72c92ef63e7b124638ebb10f1f
parent7111e25ad1be727784e88a0e46b42e48fefa3db7 (diff)
downloadluarocks-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.tl7
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 @@
1local record rockmanifest
2 record RockManifest
3 type Entry = string | {string: Entry}
4 rock_manifest: {string: Entry}
5 end
6end
7return rockmanifest \ No newline at end of file