Functions

f
find(): 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/chrome/find.ts";