refactor: init the repo and decide to add more feature
This commit is contained in:
19
lua/Trans/util/parser.lua
Normal file
19
lua/Trans/util/parser.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
---@diagnostic disable: missing-return, unused-local
|
||||
local M = {}
|
||||
local type_check = require("Trans.util.debug").type_check
|
||||
|
||||
---解析宽度
|
||||
---@param width integer
|
||||
---@return integer
|
||||
M.width = function (width)
|
||||
-- TODO
|
||||
end
|
||||
|
||||
---解析宽度
|
||||
---@param height integer
|
||||
---@return integer
|
||||
M.height = function (height)
|
||||
-- TODO
|
||||
end
|
||||
|
||||
return M
|
Reference in New Issue
Block a user