mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
10 lines
No EOL
190 B
TypeScript
10 lines
No EOL
190 B
TypeScript
|
|
|
|
const measured = require('measured-core');
|
|
|
|
module.exports = measured.createCollection();
|
|
|
|
// @ts-ignore
|
|
module.exports.shutdown = async (hookName, context) => {
|
|
module.exports.end();
|
|
}; |