function
/usr/local/lib/janet/db/helper.janet on line 54 , column 1
(map-keys f dict )
Executes a function on a dictionary 's keys and returns a table
Example
(map-keys snake-case {:created_at "" :uploaded_by "" }) ->
{:created-at "" :uploaded-by "" }