sitespeedio / browsertime

Measure and Optimize Web Performance
https://www.sitespeed.io/documentation/browsertime/
Apache License 2.0
602 stars 137 forks source link

Proper typescript types #2169

Open uncaught opened 4 weeks ago

uncaught commented 4 weeks ago

Feature/improvement

Can you please add proper typescript types? The current ones are not usable, e.g.:

image

Function as type is just saying nothing. No return type, no arguments.

This should be (url: string) => Promise<void>.