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

Class Uncapitalize

packages/effect/src/Schema.ts:4721–4729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4719 * @since 3.10.0
4720 */
4721export class Uncapitalize extends transform(
4722 String$.annotations({ description: "a string that will be converted to an uncapitalized format" }),
4723 Uncapitalized,
4724 {
4725 strict: true,
4726 decode: (i) => string_.uncapitalize(i),
4727 encode: identity
4728 }
4729).annotations({ identifier: "Uncapitalize" }) {}
4730
4731/**
4732 * @category string constructors

Callers

nothing calls this directly

Calls 2

transformInterface · 0.70
annotationsMethod · 0.65

Tested by

no test coverage detected