MCPcopy Create free account
hub / github.com/Effect-TS/effect / Trimmed

Class Trimmed

packages/effect/src/Schema.ts:4735–4737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4733 * @since 3.10.0
4734 */
4735export class Trimmed extends String$.pipe(
4736 trimmed({ identifier: "Trimmed" })
4737) {}
4738
4739/**
4740 * Useful for validating strings that must contain meaningful characters without

Callers

nothing calls this directly

Calls 2

trimmedFunction · 0.85
pipeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…