We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31547d commit 8f39f81Copy full SHA for 8f39f81
src/wrappers/path.lua
@@ -22,7 +22,7 @@
22
---@field parents fun(self): Path[]
23
---@field parts fun(self): string[]
24
---@field relative_to fun(self, base: Path|string): Path
25
----@field is_relative_to fun(self, base: Path|string): Path?
+---@field is_relative_to fun(self, base: Path|string): boolean
26
---@field root fun(self): Path?
27
---@field sibling fun(self, name: Path|string): Path
28
---@field stem fun(self): string
0 commit comments