mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
317 B
317 B
sidebar_label |
---|
EvaluateFuncWith |
EvaluateFuncWith type
Signature:
export type EvaluateFuncWith<V, T extends unknown[]> = (
...params: [V, ...InnerParams<T>]
) => Awaitable<unknown>;
References: InnerParams, Awaitable