mailtrain/shared/namespaces.js

9 lines
No EOL
112 B
JavaScript

'use strict';
function getGlobalNamespaceId() {
return 1;
}
module.exports = {
getGlobalNamespaceId
};