lamed_learn
Version:
Learning through code templates
16 lines (11 loc) • 456 B
JavaScript
// Comment out in test functions
console.log(`Starting ${__filename}...`) // comment line to remove simple logging
/* ------------------------------------------------------
* $Name$.js
* Purpose: The purpose of this module is to ????
* Date Created: $DATE$
* Created by : $USER$
--------------------------------------------------------- */
/* jshint esversion: 6 */
// Exports --------------------------
module.exports = {}