lua.wetgenes.export
... = wetgenes.export(table,...)
Export multiple names from this table as multiple returns, can be used to pull functions out of this module and into locals like so
local export,lookup,deepcopy=require("wetgenes"):export("export","lookup","deepcopy")
Or copy it into other modules to provide them with the same functionality.
M.lookup=require("wetgenes").lookup