MCPcopy 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 */
1171export 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

schemaFunction · 0.70

Tested by

no test coverage detected