UNPKG

require-dir-all

Version:

Yet another Node.js helper to require all files in directory

11 lines (8 loc) 183 B
'use strict'; // Object constructor var Object2 = function(config) { this.name = 'Object2'; this.config = config; }; // Exporting constructor function module.exports = Object2;