Skip to content

Commit 502b846

Browse files
committed
add doc
1 parent 04fa96b commit 502b846

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

script/meta/bee/filesystem.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ end
2222
function fsPath:stem()
2323
end
2424

25+
---@return fs.path
26+
function fsPath:extension()
27+
end
28+
2529
---@class fs.status
2630
local fsStatus = {}
2731

0 commit comments

Comments
 (0)