split lua stubs into one set for ldoc, and one set for lua-ls
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--- @meta
|
||||
|
||||
--- @class bluetooth
|
||||
--- @field enabled Property
|
||||
--- @field connected Property
|
||||
local bluetooth = {}
|
||||
|
||||
return bluetooth
|
||||
Reference in New Issue
Block a user