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

Function camelToSnake

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

Source from the content-addressed store, hash-verified

934 * @since 4.0.0
935 */
936export function camelToSnake<E extends string>(): Getter<string, E> {
937 return transform(Str.camelToSnake)
938}
939
940/**
941 * Converts a string to lowercase.

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected