Modules ​
Browse the available Mods modules and jump to their documentation pages.
| Module | Description |
|---|---|
fs | Filesystem I/O and metadata operations. |
is | Type predicates for Lua values and filesystem path types. |
keyword | Lua keyword helpers. |
List | A list class providing common operations to create, modify, and query sequences of values. |
ntpath | Path operations for Windows/NT-style paths. |
operator | Operator helpers as functions. |
path | Generic cross-platform path API. |
posixpath | Path operations for POSIX-style paths. |
repr | Render any Lua value as a readable string. |
runtime | Exposes Lua runtime metadata and version compatibility flags. |
Set | A set class providing common operations to create, modify, and query collections of unique values. |
str | String utility helpers modeled after Python's `str`. |
stringcase | String case conversion helpers. |
tbl | Utility functions for working with Lua tables. |
template | Interpolate string placeholders of the form <code v-pre>{{. |
utils | Small shared utility helpers used by modules in this library. |
validate | Validation checks for values and filesystem path types. |