Skip to main content
Go to Latest
type alias EvaluateFn
import { type EvaluateFn } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/common/EvalTypes.js";

Type Parameters

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