tangled
alpha
login
or
join now
rockorager.dev
/
comlink
2
fork
atom
an experimental irc client
2
fork
atom
overview
issues
pulls
pipelines
docs: allow setup to be empty table
rockorager.dev
1 year ago
8b283a92
32329a45
verified
This commit was signed with the committer's
known signature
.
rockorager.dev
SSH Key Fingerprint:
SHA256:qn/Fjy7CpbcogGEPB14Y53hLnQleZNFY9lkQnuudFLs=
+1
-1
1 changed file
expand all
collapse all
unified
split
docs
comlink.lua
+1
-1
docs/comlink.lua
···
12
12
13
13
---Global configuration
14
14
---
15
15
-
---@param cfg Configuration Comlink global configuration
15
15
+
---@param cfg Configuration | {} Comlink global configuration
16
16
function comlink.setup(cfg) end
17
17
18
18
---@class ConnectionConfiguration