diff options
Diffstat (limited to 'script/meta/bee/filesystem.lua')
-rw-r--r-- | script/meta/bee/filesystem.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/script/meta/bee/filesystem.lua b/script/meta/bee/filesystem.lua index 2a353065..0c7e41a8 100644 --- a/script/meta/bee/filesystem.lua +++ b/script/meta/bee/filesystem.lua @@ -1,4 +1,4 @@ ----@meta bee.filesystem +---@meta ---@class fs.path ---@operator div: fs.path @@ -75,6 +75,11 @@ end ---@param path fs.path ---@return fs.path +function fs.fullpath(path) +end + +---@param path fs.path +---@return fs.path function fs.absolute(path) end |