12 lines
162 B
Plaintext
Raw Normal View History

2016-08-10 11:00:56 +02:00
'use strict';
/**
* `<%= globalID %>` service.
2016-08-10 11:00:56 +02:00
*/
module.exports = {
2016-08-10 11:00:56 +02:00
// exampleService: (arg1, arg2) => {
// return isUserOnline(arg1, arg2);
// }
};