mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
325 B
325 B
Home > puppeteer > EvaluateFn
EvaluateFn type
Signature:
export declare type EvaluateFn<T = any> = string | ((arg1: T, ...args: any[]) => any);