major-key

2.0.0 • Public • Published

major-key 🔑

tools for smooshing around the keys of objects

useful for APIs with different standards to your styleguide n stuff

transformKeys :: (k -> k) -> { k: v } -> { k: v }
kebabToCamelCaseKeys :: { k: v } -> { k: v }
snakeToCamelCaseKeys :: { k: v } -> { k: v }

Readme

Keywords

none

Package Sidebar

Install

npm i major-key

Weekly Downloads

2

Version

2.0.0

License

MIT

Last publish

Collaborators

  • jongold