Skip to main content

Lumesh Libs/Modules

ModulePurposeRepresentative Functions
FsFile system operationsread, write, ls, dirs
StringString operationssplit, join, replace, lower, upper
RegexRegex operationsmatch, replace, search
ListList operationsfirst, last, map, filter
MapMap operationskeys, values, merge
MathMathematical functionssin, cos, sqrt, rand
RandRandom number operationsint, float, choice, shuffle
TimeDate and time operationsnow, parse, fmt, stamp
FromData parsing operationsjson, toml, script, cmd
IntoData conversion operationsstr, int, float, boolean, filesize, time, table, toml, json, csv
SysEnvironment variable operationsenv, define, defined
ConsoleConsole operationscolor, table, prompt
UiUI componentspick, confirm, widget, joinx, joiny, join_flow
LogLog operationsdebug, info, warn, error, trace
BooleanBoolean operationsand, or, not, xor
FilesizeFile size operationsto_bytes, to_kb, to_mb, format
AboutAbout informationversion, build_info

commen usage
#

Function Calling

help info
#

  • help to see all uasge.

  • type help libs/modules to list libs/modules.

  • type help <module-name> to list functions of the module.

  • type help tops to list functions of the top level.

  • type help <func-name> to see the detail of top functions.

  • type <module-name>.<func-name> to see the detail of the function.