Files
whsfund/node_modules/web-vitals/dist/modules/lib/getLoadState.d.ts
2026-03-06 04:54:20 -04:00

3 lines
110 B
TypeScript

import { LoadState } from '../types.js';
export declare const getLoadState: (timestamp: number) => LoadState;