harper-comments 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
9
---@meta

---@alias MyCustomType integer

---Calculate a value using [my custom type](lua://MyCustomType)
---
--- This calcumalates stuff
---@param x MyCustomType
function calculate(x) end