mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
14 lines
382 B
Lua
14 lines
382 B
Lua
|
|
--- LuaLS is weird and does not recognize builtin types.
|
|
--- even tho it should. So define them as alias
|
|
---@alias nil nil
|
|
---@alias any any
|
|
---@alias boolean boolean
|
|
---@alias string string
|
|
---@alias number number
|
|
---@alias integer integer
|
|
---@alias function function
|
|
---@alias table table
|
|
---@alias thread thread
|
|
---@alias userdata userdata
|
|
---@alias lightuserdata lightuserdata
|