UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

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