Functions

f
findChrome(): Promise<string | null>

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

Usage

import * as mod from "lib/utils/find-chrome.ts";