Installation
npm install --save @types/locate-chrome
Summary
This package contains type definitions for locate-chrome (https://github.com/davidtheclark/locate-chrome).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/locate-chrome.
index.d.ts
declare function locateChrome(cb?: (path: string | null) => void): Promise<string | null>;
export = locateChrome;
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:38 GMT
- Dependencies: none
Credits
These definitions were written by Ben Houston.