Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 317 Bytes

puppeteer.evaluatefuncwith.md

File metadata and controls

15 lines (11 loc) · 317 Bytes
sidebar_label
EvaluateFuncWith

EvaluateFuncWith type

Signature:

export type EvaluateFuncWith<V, T extends unknown[]> = (
  ...params: [V, ...InnerParams<T>]
) => Awaitable<unknown>;

References: InnerParams, Awaitable