mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
refactor(imports): assign modules directly to lib namespace
Mostly a change for improved intellisense with sumneko lua. Includes some type fixes and deprecation notices.
This commit is contained in:
@@ -55,4 +55,6 @@ local function table_deepclone(tbl)
|
||||
end
|
||||
table.deepclone = table_deepclone
|
||||
|
||||
lib.table = table
|
||||
|
||||
return table
|
||||
Reference in New Issue
Block a user