diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/luarocks/core/types/dir.d.tl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/luarocks/core/types/dir.d.tl b/src/luarocks/core/types/dir.d.tl new file mode 100644 index 00000000..61791317 --- /dev/null +++ b/src/luarocks/core/types/dir.d.tl | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | local record dir | ||
| 2 | record Dirs | ||
| 3 | BINDIR: Dir | ||
| 4 | INCDIR: Dir | ||
| 5 | LIBDIR: Dir | ||
| 6 | end | ||
| 7 | record Dir | ||
| 8 | subdir: string | {string} | ||
| 9 | testfile: string | ||
| 10 | pattern: {string} | ||
| 11 | dir: string | ||
| 12 | file: string | ||
| 13 | end | ||
| 14 | end | ||
| 15 | |||
| 16 | return dir \ No newline at end of file | ||
