obrandDBWork/units/db-company.js
Martin Donnelly 2b60bc78cf Init
2016-03-15 14:49:39 +00:00

18 lines
282 B
JavaScript

/**
*
* User: Martin Donnelly
* Date: 2016-03-15
* Time: 14:04
*
*/
'use strict';
var mdValidator = require('node-validator'), mdErrors = require('./md-errors');
var newId = require('uuid-pure').newId;
module.exports = function(db) {
var module = {};
return module;
};