Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ NonEmptyString
Class
NonEmptyString
packages/effect/src/Schema.ts:4857–4859 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4855
* @since 3.10.0
4856
*/
4857
export
class
NonEmptyString extends String$.pipe(
4858
nonEmptyString({ identifier:
"NonEmptyString"
})
4859
) {}
4860
4861
/**
4862
* @category schema id
Callers
nothing calls this directly
Calls
2
nonEmptyString
Function · 0.70
pipe
Method · 0.65
Tested by
no test coverage detected