6to5/6to5-library-boilerplate

View on GitHub
app/templates/src/index.js

Summary

Maintainability
A
0 mins
Test Coverage
const <%= variable %> = {
  greet() {
    return 'hello';
  }
};

export default <%= variable %>;