UNPKG

@newrelic/gatsby-theme-newrelic

Version:

[![Community Project header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Community_Project.png)](https://opensource.newrelic.com/oss-category/#community-project)

11 lines (9 loc) 172 B
const transformKeys = (obj, fn) => Object.keys(obj).reduce( (memo, key) => ({ ...memo, [fn(key)]: key, }), {} ); export default transformKeys;