Files
427e7578-d7bf-49c8-aee9-2dd…/yjs-poll/node_modules/lib0/performance.d.ts

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