mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-26 06:03:15 -05:00
7 lines
110 B
JavaScript
7 lines
110 B
JavaScript
|
|
function MyTestModule()
|
|
{
|
|
this.getValue = function () { return 1245; };
|
|
}
|
|
|
|
module.exports = MyTestModule; |