write stubs

This commit is contained in:
2025-12-28 20:52:31 -05:00
parent 1c229f1b3e
commit 99c41a0d60
5 changed files with 1037 additions and 0 deletions

15
lsp/util.lua Normal file
View File

@@ -0,0 +1,15 @@
---@meta
---@class CopyrightUtil
local M = {}
---@param tbl string[]
---@return string
function M.cc(tbl) end
---@param link string
---@param holder string
---@return string
function M.copyright(link, holder) end
return M