Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
export const getMarks = (): PerformanceEntry[] =>
( window?.performance?.getEntriesByType( 'mark' ) as PerformanceEntry[] ) || [];
export const getMeasures = (): PerformanceEntry[] =>
( window?.performance?.getEntriesByType( 'measure' ) as PerformanceEntry[] ) || [];