MCPcopy 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 */
4857export class NonEmptyString extends String$.pipe(
4858 nonEmptyString({ identifier: "NonEmptyString" })
4859) {}
4860
4861/**
4862 * @category schema id

Callers

nothing calls this directly

Calls 2

nonEmptyStringFunction · 0.70
pipeMethod · 0.65

Tested by

no test coverage detected