shims: Add the string.wlen function
This commit is contained in:
parent
1e1bebc269
commit
5e1d2ce0ad
|
@ -1,3 +1,8 @@
|
|||
-- luacheck: globals string
|
||||
function string.wlen(self)
|
||||
return #self
|
||||
end
|
||||
|
||||
return function(_, _)
|
||||
|
||||
-- Set the global shims
|
||||
|
|
Loading…
Reference in New Issue