Skip to content

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

EntryDescription
PathInterface

Types

PathInterface

luau
type PathInterface = {
	__tostring: (self: PathInterface) -> string,
}