1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-15 04:21:51 +00:00
MeshCentral/agents/modules/MyTestModule.js
2017-10-03 18:31:20 -07:00

7 lines
No EOL
110 B
JavaScript

function MyTestModule()
{
this.getValue = function () { return 1245; };
}
module.exports = MyTestModule;