UNPKG

perfrunner-core

Version:

Automated UI performance test tool to measure performance changes for the web apps and sites

7 lines (6 loc) 250 B
import { measureLCP } from './lcp.observer'; import { setupObserversStorage } from './observer'; import { LARGEST_CONTENTFUL_PAINT } from './events'; export { measureLCP }; export { setupObserversStorage }; export { LARGEST_CONTENTFUL_PAINT };