Skip to content

Commit

Permalink
fix type declaraion
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayon Lee committed Oct 10, 2019
1 parent 8c89cd9 commit d2b6fbe
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
* if no executable chrome find, ERROR_NO_INSTALLATIONS_FOUND will be throw
* if platform is not one if ['win32','darwin','linux'], ERROR_PLATFORM_NOT_SUPPORT will be throw
*/
export default function findChrome(): string;
declare function findChrome(): string;
export = findChrome;
280 changes: 280 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-finder",
"version": "1.0.5",
"version": "1.0.6",
"description": "find a executable chrome in your system automatic",
"keywords": [
"chrome",
Expand Down

0 comments on commit d2b6fbe

Please sign in to comment.