Accent v0.1.1 Accent.Transformer behaviour

Summary

Functions

Convert the keys of a list based on the provided transformer

Callbacks

Converts a string or atom to the same or different case

Functions

transform(map, transformer)
transform(map, Accent.Transformer) :: map
transform(list, Accent.Transformer) :: list

Convert the keys of a list based on the provided transformer.

Callbacks

call(arg0)
call(String.t | atom) :: String.t | atom

Converts a string or atom to the same or different case.