MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string /

Class

src/utils/Stats.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import process from 'node:process'
2
3export default class Stats {
4 declare startTimes: Record<string, [number, number]>;
5 [label: string]: unknown;
6

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected