MCPcopy Index your code
hub / github.com/Effect-TS/effect / NonEmptyTrimmedString

Class NonEmptyTrimmedString

packages/effect/src/Schema.ts:4755–4757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4753 * @since 3.10.0
4754 */
4755export class NonEmptyTrimmedString extends Trimmed.pipe(
4756 nonEmptyString({ identifier: "NonEmptyTrimmedString" })
4757) {}
4758
4759/**
4760 * This schema allows removing whitespaces from the beginning and end of a string.

Callers

nothing calls this directly

Calls 2

nonEmptyStringFunction · 0.70
pipeMethod · 0.65

Tested by

no test coverage detected