Module nlitLib

The libfiner is an importer module for nlit libraries.

Global shared module.

See also:

Usage:

    local html = nlitLib:Load('html')
     ...
    

Functions

Load (libName) Using of any library.


Functions

Load (libName)
Using of any library. Basic fucntion.

Parameters:

  • libName string

Returns:

    table lib

Usage:

    local strings = nlitLib:Load('strings')
    strings:FromJson(json)
    ...
generated by LDoc 1.5.0 Last updated 2024-04-15 17:47:35