chore: update Prettier and other deps (#10555)

This commit is contained in:
Nikolay Vitkov
2023-07-17 10:52:54 +02:00
committed by GitHub
parent cdd310fe5e
commit de09b058ba
78 changed files with 2536 additions and 919 deletions

View File

@@ -12,7 +12,7 @@ Evaluates the given function with the current handle as its first argument.
class JSHandle {
evaluate<
Params extends unknown[],
Func extends EvaluateFuncWith<T, Params> = EvaluateFuncWith<T, Params>
Func extends EvaluateFuncWith<T, Params> = EvaluateFuncWith<T, Params>,
>(
pageFunction: Func | string,
...args: Params