Converted more files to typescript.

This commit is contained in:
SamTV12345 2024-01-21 12:53:52 +01:00
parent 93dffc0e37
commit c24ae14cf4
14 changed files with 94 additions and 51 deletions

9
src/node/stats.ts Normal file
View 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();
};