Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias EvaluateFn
Re-export
import { type EvaluateFn } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";

Type Parameters

optional
T = any
definition: string | ((arg1: T, ...args: any[]) => any)