mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 11:22:41 +01:00
9 lines
190 B
JavaScript
9 lines
190 B
JavaScript
'use strict';
|
|
|
|
const measured = require('measured-core');
|
|
|
|
module.exports = measured.createCollection();
|
|
|
|
module.exports.shutdown = async (hookName, context) => {
|
|
module.exports.end();
|
|
};
|