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)

4 lines (2 loc) 100 B
const constantize = (str) => str.replace(/[-\s]/g, '_').toUpperCase(); export default constantize;