mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04: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();
|
|
};
|