Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ port
Function
port
packages/effect/src/Config.ts:1417–1419 ·
view source on GitHub ↗
(name?: string)
Source
from the content-addressed store, hash-verified
1415
* @since 3.16.0
1416
*/
1417
export
function
port(name?: string) {
1418
return
schema(Port, name)
1419
}
1420
1421
/**
1422
* Creates a config
for
a log level string.
Callers
nothing calls this directly
Calls
1
schema
Function · 0.70
Tested by
no test coverage detected