MCPcopy
hub / github.com/Effect-TS/effect / Lowercase

Class Lowercase

packages/effect/src/Schema.ts:4673–4681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4671 * @since 3.10.0
4672 */
4673export class Lowercase extends transform(
4674 String$.annotations({ description: "a string that will be converted to lowercase" }),
4675 Lowercased,
4676 {
4677 strict: true,
4678 decode: (i) => i.toLowerCase(),
4679 encode: identity
4680 }
4681).annotations({ identifier: "Lowercase" }) {}
4682
4683/**
4684 * This schema converts a string to uppercase.

Callers

nothing calls this directly

Calls 2

transformInterface · 0.70
annotationsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…