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

Class Lowercased

packages/effect/src/Schema.ts:4543–4545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4541 * @since 3.10.0
4542 */
4543export class Lowercased extends String$.pipe(
4544 lowercased({ identifier: "Lowercased" })
4545) {}
4546
4547/**
4548 * @category schema id

Callers

nothing calls this directly

Calls 2

lowercasedFunction · 0.85
pipeMethod · 0.65

Tested by

no test coverage detected