12 lines
162 B
Plaintext
Raw Normal View History

2016-03-25 22:50:01 +01:00
'use strict';
/**
* `<%= globalID %>` service.
2016-03-25 22:50:01 +01:00
*/
module.exports = {
// exampleService: (arg1, arg2) => {
// return isUserOnline(arg1, arg2);
// }
2016-03-25 22:50:01 +01:00
};