UNPKG

350 BTypeScriptView Raw
1export const measure: (measureName: string, startOrMeasureOptions?: string | PerformanceMeasureOptions | undefined, endMark?: string | undefined) => PerformanceMeasure;
2export const now: () => number;
3export const mark: (markName: string, markOptions?: PerformanceMarkOptions | undefined) => PerformanceMark;
4//# sourceMappingURL=performance.d.ts.map
\No newline at end of file