mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Converted more files to typescript.
This commit is contained in:
parent
93dffc0e37
commit
c24ae14cf4
14 changed files with 94 additions and 51 deletions
9
src/node/stats.ts
Normal file
9
src/node/stats.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
const measured = require('measured-core');
|
||||
|
||||
module.exports = measured.createCollection();
|
||||
|
||||
module.exports.shutdown = async (hookName: string, context:any) => {
|
||||
module.exports.end();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue