RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/statistics/server/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import './methods/getStatistics';
import './startup/monitor';
import './functions/slashCommandsStats';
import './functions/otrStats';

export { statistics } from './lib/statistics';
export { getLastStatistics } from './functions/getLastStatistics';
export { getStatistics } from './functions/getStatistics';
export { updateCounter } from './functions/updateStatsCounter';