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

Function uncapitalize

packages/effect/src/SchemaGetter.ts:886–888  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

884 * @since 4.0.0
885 */
886export function uncapitalize<E extends string>(): Getter<string, E> {
887 return transform(Str.uncapitalize)
888}
889
890/**
891 * Converts a `snake_case` string to `camelCase`.

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected