UNPKG

lib0

Version:

> Monorepo of isomorphic utility functions

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