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

Function snakeToCamel

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

Source from the content-addressed store, hash-verified

909 * @since 4.0.0
910 */
911export function snakeToCamel<E extends string>(): Getter<string, E> {
912 return transform(Str.snakeToCamel)
913}
914
915/**
916 * Converts a `camelCase` string to `snake_case`.

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected