diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-16 14:20:30 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-16 14:20:30 +0800 |
commit | efdd1a9b98c4129b1c1b45a2086fb25b63c1bf0b (patch) | |
tree | 5ed6de9890d45b0a97593187fda96ca3f01e82f3 /meta/template/math.lua | |
parent | 45b8a1d0cb6e0a7fc160a4fc0a4a47469bbac1d4 (diff) | |
download | lua-language-server-efdd1a9b98c4129b1c1b45a2086fb25b63c1bf0b.zip |
支持 require 的形式
Diffstat (limited to 'meta/template/math.lua')
-rw-r--r-- | meta/template/math.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/template/math.lua b/meta/template/math.lua index 31473b25..cf047976 100644 --- a/meta/template/math.lua +++ b/meta/template/math.lua @@ -147,3 +147,5 @@ function math.type(x) end ---@param n integer ---@return boolean function math.ult(m, n) end + +return math |