global pak.logic#
methods#
M.list#
function M.list() -> nilLists all manged packages
M.register#
function M.register(args: (string|string[]|table)) -> nil@param args - Either a string or a list or a table which
represents a valid object data type
Registers a new package
M.any_missing#
function M.any_missing() -> result boolean@return result - True if packages are missing
Returns true if any packages are not installed (missing)