interlockjs/interlock

View on GitHub
example/app/shared/lib-b.js

Summary

Maintainability
A
0 mins
Test Coverage
function thing () {
  return "this should be transformed into a function expr!";
}
thing();

module.exports = "B!";