pathinterface
luau
local pathinterface = require("@std/path/pathinterface")WARNING
These APIs are still open to future evolution. In new major versions, they may change in backwards incompatible ways.
Summary
| Entry | Description |
|---|---|
| PathInterface |
Types
PathInterface
luau
type PathInterface = {
__tostring: (self: PathInterface) -> string,
}