UNPKG

estimo

Version:

Evaluates how long the browser will execute your javascript code

5 lines (3 loc) 201 B
import { BrowserOptions } from './src/@types/browserOptions' import { Report } from './src/@types/report' export declare function estimo(resources: string[], browserOptions: BrowserOptions): Report[]