function findChrome
findChrome(): Promise<string | null>

Resolves the Chrome/Chromium executable path. Returns a Promise for API compatibility with callers, but the resolution is synchronous.

Return Type

Promise<string | null>

Usage

import findChrome from "lib/utils/find-chrome.ts";