tchoutchou/examples/require_lib.lua
ato 39f9d2682b
All checks were successful
continuous-integration/drone/push Build is passing
chore: move examples
2023-02-14 12:26:28 +01:00

8 lines
66 B
Lua

local M = {}
function M.identity(...)
return ...
end
return M