From e12a68a74d9527d4becde122da4ff1ad6550564e Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 5 Jan 2024 17:15:47 +1100 Subject: split lua stubs into one set for ldoc, and one set for lua-ls --- luals-stubs/bluetooth.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 luals-stubs/bluetooth.lua (limited to 'luals-stubs/bluetooth.lua') diff --git a/luals-stubs/bluetooth.lua b/luals-stubs/bluetooth.lua new file mode 100644 index 00000000..09fc7606 --- /dev/null +++ b/luals-stubs/bluetooth.lua @@ -0,0 +1,8 @@ +--- @meta + +--- @class bluetooth +--- @field enabled Property +--- @field connected Property +local bluetooth = {} + +return bluetooth -- cgit v1.2.3