browsertime icon indicating copy to clipboard operation
browsertime copied to clipboard

Proper typescript types

Open uncaught opened this issue 1 year ago • 0 comments

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>.

uncaught avatar Aug 20 '24 11:08 uncaught