fix(config): type annotations

This commit is contained in:
Olexandr Smirnov 2025-08-27 22:04:58 +03:00 committed by Oleksandr Smirnov
parent e90f766ea3
commit 92b0ebb6a7
No known key found for this signature in database

View file

@ -109,4 +109,4 @@ setmetatable(config, {
---@dochide
---@return gopher.Config
return config
return config --[[ @as gopher.Config ]]