summaryrefslogtreecommitdiff
path: root/node_modules/mongoose/support/expresso/lib/bar.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mongoose/support/expresso/lib/bar.js')
-rw-r--r--node_modules/mongoose/support/expresso/lib/bar.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/mongoose/support/expresso/lib/bar.js b/node_modules/mongoose/support/expresso/lib/bar.js
new file mode 100644
index 0000000..e15aad4
--- /dev/null
+++ b/node_modules/mongoose/support/expresso/lib/bar.js
@@ -0,0 +1,4 @@
+
+exports.bar = function(msg){
+ return msg || 'bar';
+}; \ No newline at end of file