Johnhhorton
2/22/2017 - 4:19 AM

node-export-example-3.js

module.exports = {
  var1: 'hello world',
  func1: function(){
    return true
  },
  func1: function(){
    return true
  },
  func3: function(){
    return true
  },
}