UNPKG

vsix-extension-manager

Version:

VSIX Extension Manager: A comprehensive CLI tool to download, export, import, and manage VS Code/Cursor extensions as VSIX files

10 lines 290 B
interface ExportInstalledOptions { output?: string; format?: string; workspace?: boolean; json?: boolean; editor?: string; } export declare function exportInstalled(options: ExportInstalledOptions): Promise<void>; export {}; //# sourceMappingURL=exportInstalled.d.ts.map