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