mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Added node-modules
This commit is contained in:
7
node_modules/piler/examples/logger/share.js
generated
vendored
Normal file
7
node_modules/piler/examples/logger/share.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
(function(exports){
|
||||
|
||||
exports.test = function(){
|
||||
return 'This is a shared module';
|
||||
};
|
||||
|
||||
}(typeof exports === 'undefined' ? this.share = {} : exports));
|
Reference in New Issue
Block a user