Files
opencode-krates-connector/client/node_modules/lib0/dist/performance.d.ts
Hermes Agent 6bc05a76b0 fix: Resolve TypeScript errors
Signed-off-by: Hermes Agent <hermes@nosuchhost>
2026-06-16 09:01:21 -04:00

4 lines
327 B
TypeScript

export const measure: (measureName: string, startOrMeasureOptions?: string | PerformanceMeasureOptions, endMark?: string) => PerformanceMeasure;
export const now: () => DOMHighResTimeStamp;
export const mark: (markName: string, markOptions?: PerformanceMarkOptions) => PerformanceMark;
//# sourceMappingURL=performance.d.ts.map