This commit is contained in:
Raven Scott
2026-05-20 22:30:53 -04:00
parent e4400872c0
commit b8c335adee
89 changed files with 2862 additions and 765 deletions
@@ -3,6 +3,8 @@ const { HyperP2PStatsExporter } = require('../index.js')
async function main () {
const m = new HyperP2PStatsExporter()
console.log('[scaffold]', m.getStats())
m.register('demo', () => ({ ok: true }))
console.log('[stats-exporter]', m.snapshot())
await m.close()
}
main().catch(console.error)