5 lines
177 B
TypeScript
5 lines
177 B
TypeScript
![]() |
import { Command } from "../Editor/CommandMachine";
|
||
|
export declare class ShowOpenDirLiens implements Command {
|
||
|
exec(): void;
|
||
|
}
|
||
|
//# sourceMappingURL=ShowOpenDirLiens.d.ts.map
|