13 lines
337 B
Markdown
13 lines
337 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [EvaluateFn](./puppeteer.evaluatefn.md)
|
||
|
|
||
|
## EvaluateFn type
|
||
|
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare type EvaluateFn<T = any> = string | ((arg1: T, ...args: any[]) => any);
|
||
|
```
|