etherpad-lite/src/node/stats.ts

9 lines
189 B
TypeScript
Raw Normal View History

'use strict';
2024-02-05 20:35:39 +01:00
const measured = require('measured-core');
2013-10-27 17:42:55 +01:00
2024-02-05 20:35:39 +01:00
module.exports = measured.createCollection();
2024-02-05 20:35:39 +01:00
module.exports.shutdown = async (hookName, context) => {
module.exports.end();
2024-02-05 20:35:39 +01:00
};