UNPKG

ethoinfo-framework

Version:

ethoinfo-framework [![Build Status](https://travis-ci.org/ethoinformatics/ethoinfo-framework.png)](https://travis-ci.org/ethoinformatics/ethoinfo-framework) =============

10 lines (6 loc) 116 B
var myApp; module.exports = function(app){ if (app === undefined) return myApp; myApp = app; return myApp; };