diff options
author | V1K1NGbg <victor@ilchev.com> | 2024-08-22 23:24:03 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-10-21 13:30:51 -0300 |
commit | 344f31faf58bab439e5b8178104269b1e867b0ab (patch) | |
tree | 70dec55a2c38822e4452696426a189a79a174f9a | |
parent | 1cfd606c4a9a7e1011e4c4a5f55d7ab4c0142ce2 (diff) | |
download | luarocks-344f31faf58bab439e5b8178104269b1e867b0ab.tar.gz luarocks-344f31faf58bab439e5b8178104269b1e867b0ab.tar.bz2 luarocks-344f31faf58bab439e5b8178104269b1e867b0ab.zip |
Teal: add type definition module luarocks.core.hardcoded
-rw-r--r-- | src/luarocks/core/hardcoded.d.tl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/luarocks/core/hardcoded.d.tl b/src/luarocks/core/hardcoded.d.tl new file mode 100644 index 00000000..df98e838 --- /dev/null +++ b/src/luarocks/core/hardcoded.d.tl | |||
@@ -0,0 +1,8 @@ | |||
1 | local record hardcoded | ||
2 | SYSCONFDIR: string | ||
3 | LUA_DIR: string | ||
4 | LUA_BINDIR: string | ||
5 | LUA: string | ||
6 | end | ||
7 | |||
8 | return hardcoded as {string: string} | ||