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

8 lines
66 B
Lua

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