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

Class Uncapitalized

packages/effect/src/Schema.ts:4642–4644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4640 * @since 3.10.0
4641 */
4642export class Uncapitalized extends String$.pipe(
4643 uncapitalized({ identifier: "Uncapitalized" })
4644) {}
4645
4646/**
4647 * A schema representing a single character.

Callers

nothing calls this directly

Calls 2

uncapitalizedFunction · 0.85
pipeMethod · 0.65

Tested by

no test coverage detected