Files
e-tib.com/node_modules/.pnpm/marky@1.3.0/node_modules/marky/marky.d.ts
Marc Mintel d14122005d Initial commit: E-TIB production hardening & E2E foundation
Former-commit-id: ef04fca3d76375630c05aac117bf586953f3b657
2026-04-28 19:11:38 +02:00

9 lines
233 B
TypeScript

/* eslint-disable */
export declare const mark: (name: string) => void
export declare const stop: (name: string) => PerformanceEntry
export declare const getEntries: () => PerformanceEntry[]
export declare const clear: () => void