UNPKG

lib0

Version:

> Monorepo of isomorphic utility functions

4 lines 327 B
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