split lua stubs into one set for ldoc, and one set for lua-ls
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--- @meta
|
||||
|
||||
---@class Property
|
||||
local property = {}
|
||||
|
||||
function property:get() end
|
||||
|
||||
function property:set(val) end
|
||||
|
||||
--- @param fn function
|
||||
function property:bind(fn) end
|
||||
|
||||
return property
|
||||
Reference in New Issue
Block a user