Skip to content

Modules ​

Browse the available Mods modules and jump to their documentation pages.

ModuleDescription
fsFilesystem I/O and metadata operations.
isType predicates for Lua values and filesystem path types.
keywordLua keyword helpers.
ListA list class providing common operations to create, modify, and query sequences of values.
ntpathPath operations for Windows/NT-style paths.
operatorOperator helpers as functions.
pathGeneric cross-platform path API.
posixpathPath operations for POSIX-style paths.
reprRender any Lua value as a readable string.
runtimeExposes Lua runtime metadata and version compatibility flags.
SetA set class providing common operations to create, modify, and query collections of unique values.
strString utility helpers modeled after Python's `str`.
stringcaseString case conversion helpers.
tblUtility functions for working with Lua tables.
templateInterpolate string placeholders of the form <code v-pre>{{.
utilsSmall shared utility helpers used by modules in this library.
validateValidation checks for values and filesystem path types.