Child: [65557d] (diff)

Download this file

index.js    16 lines (13 with data), 256 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
'use strict';
module.exports = function(dependencies) {
var api = {};
return api;
// function start(callback) {
// callback();
// }
//
// return {
// start: start,
// //constants: require('./constants')
// };
};