mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -04:00
9 lines
No EOL
189 B
TypeScript
9 lines
No EOL
189 B
TypeScript
'use strict';
|
|
|
|
const measured = require('measured-core');
|
|
|
|
module.exports = measured.createCollection();
|
|
|
|
module.exports.shutdown = async (hookName, context) => {
|
|
module.exports.end();
|
|
}; |