1
0
assert-gooder/init.lua
Jon Michael Aanes 5ebea27e3b
Some checks failed
Lua Library / Lua-Testing (push) Failing after 6s
Lua Library / Static-Analysis (push) Successful in 3s
Standard versioning
2024-07-06 23:42:13 +02:00

6 lines
251 B
Lua

local _VERSION = '0.5.0'
local assert_gooder = assert(require((... and select('1', ...):match('.+')..'.' or '')..'assert-gooder'), '[assert-gooder]: Could not load vital library: assert-gooder')
assert_gooder._VERSION = _VERSION
return assert_gooder