Skip to content

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

EntryDescription
Path
Pathlike

Types

Path

luau
type Path = posixtypes.Path | win32types.Path

Pathlike

luau
type Pathlike = posixtypes.Pathlike | win32types.Pathlike