Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ nonEmptyString
Function
nonEmptyString
packages/effect/src/Config.ts:1171–1173 ·
view source on GitHub ↗
(name?: string)
Source
from the content-addressed store, hash-verified
1169
* @since 3.7.0
1170
*/
1171
export
function
nonEmptyString(name?: string) {
1172
return
schema(Schema.NonEmptyString, name)
1173
}
1174
1175
/**
1176
* Creates a config
for
a numeric value (including `NaN`, `Infinity`).
Callers
nothing calls this directly
Calls
1
schema
Function · 0.70
Tested by
no test coverage detected