# Installation
> `npm install --save @types/open-file-explorer`

# Summary
This package contains type definitions for open-file-explorer (https://github.com/vibhor1997a/nodejs-open-file-explorer#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/open-file-explorer.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/open-file-explorer/index.d.ts)
````ts
export = openExplorer;

declare function openExplorer(path: string, callback: (err: Error | undefined) => void): void;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: none

# Credits
These definitions were written by [sevenc-nanashi](https://github.com/sevenc-nanashi).
