diff options
Diffstat (limited to 'lua/mason-core/async')
| -rw-r--r-- | lua/mason-core/async/uv.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/mason-core/async/uv.lua b/lua/mason-core/async/uv.lua index f3d25b04..9a998be5 100644 --- a/lua/mason-core/async/uv.lua +++ b/lua/mason-core/async/uv.lua @@ -11,6 +11,9 @@ local M = setmetatable({}, { return M ---@alias UvMethod +---| '"write"' +---| '"shutdown"' +---| '"close"' ---| '"fs_close"' ---| '"fs_open"' ---| '"fs_read"' |
