UNPKG

launch-ide

Version:

Automatically recognize the editor by running processes and open the specified file in it.

3 lines (2 loc) 107 B
import { Editor } from './type'; export declare function guessEditor(_editor?: Editor): string[] | null[];