database.js 219 B

1234567
  1. //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2. //Sample codes.
  3. exports.Test = function() {
  4. console.log("Hi, I'm a module test funciton");
  5. };