types
luau
local types = require("@std/path/types")WARNING
These APIs are still open to future evolution. In new major versions, they may change in backwards incompatible ways.
Summary
| Entry | Description |
|---|---|
| Path | |
| Pathlike |
Types
Path
luau
type Path = posixtypes.Path | win32types.PathPathlike
luau
type Pathlike = posixtypes.Pathlike | win32types.Pathlike