@@ -47,25 +47,25 @@ luarocks install mods
4747
4848## Modules
4949
50- | Module | Description |
51- | -------------- | ------------------------------------------------------------- |
52- | [ ` fs ` ] | Filesystem I/O, metadata, and filesystem path operations. |
53- | [ ` is ` ] | Type predicates for Lua values and filesystem path types. |
54- | [ ` keyword ` ] | Helpers for Lua keywords and identifiers. |
50+ | Module | Description |
51+ | -------------- | -------------------------------------------------------------------------- |
52+ | [ ` fs ` ] | Filesystem I/O, metadata, and filesystem path operations. |
53+ | [ ` is ` ] | Type predicates for Lua values and filesystem path types. |
54+ | [ ` keyword ` ] | Helpers for Lua keywords and identifiers. |
5555| [ ` List ` ] | A list class for creating, transforming, and querying sequences of values. |
56- | [ ` ntpath ` ] | Windows/NT-style path operations. |
57- | [ ` operator ` ] | Lua operators exposed as functions. |
58- | [ ` path ` ] | Cross-platform path operations with host-platform semantics. |
59- | [ ` posixpath ` ] | POSIX-style path operations. |
60- | [ ` repr ` ] | Readable string rendering for Lua values. |
61- | [ ` runtime ` ] | Lua runtime metadata and version compatibility flags. |
62- | [ ` Set ` ] | A set class for creating, combining, and querying unique values. |
56+ | [ ` ntpath ` ] | Windows/NT-style path operations. |
57+ | [ ` operator ` ] | Lua operators exposed as functions. |
58+ | [ ` path ` ] | Cross-platform path operations with host-platform semantics. |
59+ | [ ` posixpath ` ] | POSIX-style path operations. |
60+ | [ ` repr ` ] | Readable string rendering for Lua values. |
61+ | [ ` runtime ` ] | Lua runtime metadata and version compatibility flags. |
62+ | [ ` Set ` ] | A set class for creating, combining, and querying unique values. |
6363| [ ` str ` ] | String operations for searching, splitting, trimming, and formatting text. |
64- | [ ` stringcase ` ] | String case conversion and word splitting. |
65- | [ ` tbl ` ] | Table operations for querying, copying, merging, and transforming tables. |
66- | [ ` template ` ] | String template rendering with ` {{...}} ` placeholders. |
67- | [ ` utils ` ] | Shared utility helpers used across the Mods library. |
68- | [ ` validate ` ] | Validation helpers for Lua values and filesystem path types. |
64+ | [ ` stringcase ` ] | String case conversion and word splitting. |
65+ | [ ` tbl ` ] | Table operations for querying, copying, merging, and transforming tables. |
66+ | [ ` template ` ] | String template rendering with ` {{...}} ` placeholders. |
67+ | [ ` utils ` ] | Shared utility helpers used across the Mods library. |
68+ | [ ` validate ` ] | Validation helpers for Lua values and filesystem path types. |
6969
7070> [ !NOTE]
7171>
0 commit comments