UNPKG

@types/open-file-explorer

Version:
4 lines (2 loc) 119 B
export = openExplorer; declare function openExplorer(path: string, callback: (err: Error | undefined) => void): void;