@@ -5,16 +5,17 @@ description: Overview of available Mods modules and their purpose.
55
66<!-- Keep this section in sync with README.md#modules. -->
77
8- | Module | Description |
9- | ----------------------------------- | -------------------------------------------------------------- |
10- | [ ` is ` ] ( /modules/is ) | Type predicates for Lua values and filesystem path kinds. |
11- | [ ` keyword ` ] ( /modules/keyword ) | Lua keyword helpers for reserved-word checks. |
12- | [ ` List ` ] ( /modules/list ) | Python-style list helpers for mapping, filtering, and slicing. |
13- | [ ` operator ` ] ( /modules/operator ) | Operator helpers as functions. |
14- | [ ` Set ` ] ( /modules/set ) | Set operations and helpers for unique values. |
15- | [ ` str ` ] ( /modules/str ) | String utility helpers modeled after Python's ` str ` . |
16- | [ ` stringcase ` ] ( /modules/stringcase ) | String case conversion helpers. |
17- | [ ` tbl ` ] ( /modules/tbl ) | Utility functions for plain Lua tables. |
18- | [ ` template ` ] ( /modules/template ) | Simple template rendering with value replacement. |
19- | [ ` utils ` ] ( /modules/utils ) | Common utility helpers. |
20- | [ ` validate ` ] ( /modules/validate ) | Validation helpers for Lua values. |
8+ | Module | Description |
9+ | ----------------------------------- | --------------------------------------------------------------- |
10+ | [ ` is ` ] ( /modules/is ) | Type predicates for Lua values and filesystem path kinds. |
11+ | [ ` keyword ` ] ( /modules/keyword ) | Lua keyword helpers for reserved-word checks. |
12+ | [ ` List ` ] ( /modules/list ) | Python-style list helpers for mapping, filtering, and slicing. |
13+ | [ ` operator ` ] ( /modules/operator ) | Operator helpers as functions. |
14+ | [ ` repr ` ] ( /modules/repr ) | Readable Lua value rendering with deterministic table ordering. |
15+ | [ ` Set ` ] ( /modules/set ) | Set operations and helpers for unique values. |
16+ | [ ` str ` ] ( /modules/str ) | String utility helpers modeled after Python's ` str ` . |
17+ | [ ` stringcase ` ] ( /modules/stringcase ) | String case conversion helpers. |
18+ | [ ` tbl ` ] ( /modules/tbl ) | Utility functions for plain Lua tables. |
19+ | [ ` template ` ] ( /modules/template ) | Simple template rendering with value replacement. |
20+ | [ ` utils ` ] ( /modules/utils ) | Common utility helpers. |
21+ | [ ` validate ` ] ( /modules/validate ) | Validation helpers for Lua values. |
0 commit comments